Skip to content
Snippets Groups Projects
Commit c0dbedca authored by Howard Chu's avatar Howard Chu
Browse files

from jon@symas.com; include ldap_log.h for proper declarations, remove

 unused variable
parent 63d4d0eb
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
#include "lutil.h"
#include "lutil_ldap.h"
#include "ldap_defaults.h"
#include "ldap_log.h"
static char *def_tmpdir;
static char *def_urlpre;
......@@ -181,7 +182,6 @@ main( int argc, char **argv )
{
char *infile, *filtpattern, **attrs = NULL, line[BUFSIZ];
FILE *fp = NULL;
FILE *log = NULL;
int rc, i, first, scope, deref, attrsonly, manageDSAit;
int referrals, timelimit, sizelimit, debug;
int authmethod, version, want_bindpw;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment