From b03c74446ae8fe7db2a78006903f24e2b1ce4d93 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 25 Feb 2005 18:38:19 +0000 Subject: r5565: fix breakage on gcc 2.96 (This used to be commit 67f8a1e3bc545d4ebbe0f7d05ea16c6231f2e82c) --- source3/lib/smbldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index 3296f7994a..68084b0404 100644 --- a/source3/lib/smbldap.c +++ b/source3/lib/smbldap.c @@ -874,9 +874,9 @@ static int smbldap_connect_system(struct smbldap_state *ldap_state, LDAP * ldap_ static int smbldap_open(struct smbldap_state *ldap_state) { int rc, opt_rc; - SMB_ASSERT(ldap_state); BOOL reopen = False; + SMB_ASSERT(ldap_state); #ifndef NO_LDAP_SECURITY if (geteuid() != 0) { DEBUG(0, ("smbldap_open: cannot access LDAP when not root..\n")); -- cgit