]> git.sur5r.net Git - openldap/commitdiff
ITS#5338
authorPierangelo Masarati <ando@openldap.org>
Fri, 25 Jan 2008 00:00:30 +0000 (00:00 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 25 Jan 2008 00:00:30 +0000 (00:00 +0000)
libraries/libldap/open.c

index b9b435dabe491737e08a40640d4443af12cf7eb4..6dec230650aacb25152c470402ebbad3ad46202f 100644 (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;
 }