From: Kurt Zeilenga Date: Sun, 15 Nov 1998 15:05:22 +0000 (+0000) Subject: fix typo in previous commit. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1118 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e4a210b017bce322a0c680611c4f4fdea85abeba;p=openldap fix typo in previous commit. --- diff --git a/clients/gopher/go500.c b/clients/gopher/go500.c index 367ecaebfe..984b38ab46 100644 --- a/clients/gopher/go500.c +++ b/clients/gopher/go500.c @@ -427,7 +427,7 @@ int s; fprintf( fp, ".\r\n" ); rewind(fp); - if ( ld == NULL) { + if ( ld != NULL) { ldap_unbind( ld ); }