]> git.sur5r.net Git - openldap/commitdiff
ITS#6014, partial revert 1.121 for now. We should unconditionally use
authorHoward Chu <hyc@openldap.org>
Tue, 17 Mar 2009 18:07:14 +0000 (18:07 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 17 Mar 2009 18:07:14 +0000 (18:07 +0000)
our own getpassphrase function to avoid these system-dependent problems

clients/tools/common.c

index 549a42536f9c952934df600c1eb2ea60573b7a03..8c85af9d42637087ce907274c9eea538a4811aa4 100644 (file)
@@ -256,9 +256,11 @@ tool_destroy( void )
                ber_memfree( binddn );
        }
 
+#if 0  /* not yet */
        if ( passwd.bv_val != NULL ) {
                ber_memfree( passwd.bv_val );
        }
+#endif
 }
 
 void