s3:libads: Remove unused define
authorSamuel Cabrero <scabrero@samba.org>
Thu, 26 May 2022 12:50:58 +0000 (14:50 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 27 Jun 2022 15:50:30 +0000 (15:50 +0000)
Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libads/ads_struct.c

index 413e566b287b5061524468f7b05e5bccf724a1d4..b7c4e5b21ae6e64aff7a72c13e0f1aa097efc501 100644 (file)
@@ -121,12 +121,6 @@ char *ads_build_domain(const char *dn)
        return dnsdomain;       
 }
 
-
-
-#ifndef LDAP_PORT
-#define LDAP_PORT 389
-#endif
-
 /*
   initialise a ADS_STRUCT, ready for some ads_ ops
 */