From: Pierangelo Masarati Date: Fri, 25 Jan 2008 00:00:30 +0000 (+0000) Subject: ITS#5338 X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~203 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b0b387e9edf9ac04d42347312e4d01fad2ae2a53;p=openldap ITS#5338 --- diff --git a/libraries/libldap/open.c b/libraries/libldap/open.c index b9b435dabe..6dec230650 100644 --- a/libraries/libldap/open.c +++ b/libraries/libldap/open.c @@ -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; }