mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Remove unused reference to ldif_debug
This commit is contained in:
parent
d7aa1aea5d
commit
7f79b986e6
1 changed files with 0 additions and 4 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue