mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 10:07:32 -05:00
fix typo in previous commit.
This commit is contained in:
parent
5310070b38
commit
e4a210b017
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ int s;
|
|||
fprintf( fp, ".\r\n" );
|
||||
rewind(fp);
|
||||
|
||||
if ( ld == NULL) {
|
||||
if ( ld != NULL) {
|
||||
ldap_unbind( ld );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue