From e4a210b017bce322a0c680611c4f4fdea85abeba Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 15 Nov 1998 15:05:22 +0000 Subject: [PATCH] fix typo in previous commit. --- clients/gopher/go500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.39.5