]> git.sur5r.net Git - openldap/commitdiff
fix typo in previous commit.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 15 Nov 1998 15:05:22 +0000 (15:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 15 Nov 1998 15:05:22 +0000 (15:05 +0000)
clients/gopher/go500.c

index 367ecaebfe6999334b7dff0ea8d588892b1f7105..984b38ab4644730956c9cd188528e5565ebd6a21 100644 (file)
@@ -427,7 +427,7 @@ int s;
        fprintf( fp, ".\r\n" );
        rewind(fp);
 
-       if ( ld == NULL) {
+       if ( ld != NULL) {
                ldap_unbind( ld );
        }