mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#5338
This commit is contained in:
parent
9cbcbbe596
commit
b0b387e9ed
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user