mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
fix typo in previous commit.
This commit is contained in:
parent
5310070b38
commit
e4a210b017
@ -427,7 +427,7 @@ int s;
|
||||
fprintf( fp, ".\r\n" );
|
||||
rewind(fp);
|
||||
|
||||
if ( ld == NULL) {
|
||||
if ( ld != NULL) {
|
||||
ldap_unbind( ld );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user