fix typo in previous commit.

This commit is contained in:
Kurt Zeilenga 1998-11-15 15:05:22 +00:00
parent 5310070b38
commit e4a210b017

View File

@ -427,7 +427,7 @@ int s;
fprintf( fp, ".\r\n" );
rewind(fp);
if ( ld == NULL) {
if ( ld != NULL) {
ldap_unbind( ld );
}