~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to authlib/authldaplib.c

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
#define DEBUG_LDAP 0
118
118
#endif
119
119
 
 
120
#ifndef LDAP_OPT_SUCCESS
 
121
#define LDAP_OPT_SUCCESS LDAP_SUCCESS
 
122
#endif
 
123
 
120
124
struct ldap_info
121
125
{
122
126
        const char *hostname;