]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-smbldap: remove duplicate LDAP_OPT_SUCCESS define.
authorGünther Deschner <gd@samba.org>
Wed, 16 Nov 2011 23:44:41 +0000 (00:44 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 17 Nov 2011 01:11:46 +0000 (02:11 +0100)
Guenther

source3/include/smb_ldap.h

index 6d15b1a6a2b66111395fe6db7878eb4e1b9eec44..eef47a4069b4e9c627366197ecfb3f7052af089e 100644 (file)
@@ -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