diff options
author | Günther Deschner <gd@samba.org> | 2011-11-17 00:44:41 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-17 02:11:46 +0100 |
commit | 8eb0747c1a061853faf1f3734e0e9b1a2c36dd9f (patch) | |
tree | 6803b28d4809e1e7a9ebf5a3b7f0ce8c7ba15f2d /source3/include | |
parent | 21691b38bcbdd885e33b1555a19bac0903952396 (diff) | |
download | samba-8eb0747c1a061853faf1f3734e0e9b1a2c36dd9f.tar.gz samba-8eb0747c1a061853faf1f3734e0e9b1a2c36dd9f.tar.bz2 samba-8eb0747c1a061853faf1f3734e0e9b1a2c36dd9f.zip |
s3-smbldap: remove duplicate LDAP_OPT_SUCCESS define.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb_ldap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/smb_ldap.h b/source3/include/smb_ldap.h index 6d15b1a6a2..eef47a4069 100644 --- a/source3/include/smb_ldap.h +++ b/source3/include/smb_ldap.h @@ -58,9 +58,6 @@ LDAP *ldap_open_with_timeout(const char *server, struct sockaddr_storage *ss, int port, unsigned int to); -#ifndef LDAP_OPT_SUCCESS -#define LDAP_OPT_SUCCESS 0 -#endif /* Solaris 8 and maybe other LDAP implementations spell this "..._INPROGRESS": */ #if defined(LDAP_SASL_BIND_INPROGRESS) && !defined(LDAP_SASL_BIND_IN_PROGRESS) #define LDAP_SASL_BIND_IN_PROGRESS LDAP_SASL_BIND_INPROGRESS |