]> git.sur5r.net Git - openldap/commitdiff
Remove unused reference to ldif_debug
authorHoward Chu <hyc@openldap.org>
Sat, 29 Mar 2003 03:15:35 +0000 (03:15 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 29 Mar 2003 03:15:35 +0000 (03:15 +0000)
clients/tools/ldapcompare.c

index 18ea6efee7efa535efd181589a801297dab23932..ec865bf8453c10a16536767a5ee81025a3b8a40d 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <ldap.h>
 
-#include "ldif.h"
 #include "lutil.h"
 #include "lutil_ldap.h"
 #include "ldap_defaults.h"
@@ -159,9 +158,6 @@ main( int argc, char **argv )
                }
        }
 
-       if ( debug )
-               ldif_debug = debug;
-
        ld = tool_conn_setup( 0, 0 );
 
        if ( pw_file || want_bindpw ) {