mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-12 18:02:54 -05:00
ITS#5338
This commit is contained in:
parent
9cbcbbe596
commit
b0b387e9ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue