This commit is contained in:
Pierangelo Masarati 2008-01-25 00:00:30 +00:00
parent 9cbcbbe596
commit b0b387e9ed

View File

@ -82,7 +82,7 @@ ldap_open( LDAP_CONST char *host, int port )
}
Debug( LDAP_DEBUG_TRACE, "ldap_open: %s\n",
ld == NULL ? "succeeded" : "failed", 0, 0 );
ld != NULL ? "succeeded" : "failed", 0, 0 );
return ld;
}