Skip to content
Snippets Groups Projects
Commit 14b04f4d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix -ULDAP_DEBUG lint.

parent fea91d7a
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,11 @@ do_modify(
char *ndn;
char *last;
unsigned long tag, len;
LDAPModList *modlist, *tmp;
LDAPModList *modlist;
LDAPModList **modtail;
#ifdef LDAP_DEBUG
LDAPModList *tmp;
#endif
Backend *be;
Debug( LDAP_DEBUG_TRACE, "do_modify\n", 0, 0, 0 );
......
......@@ -10,7 +10,7 @@
static FILE *log_file;
void Debug( int level, const char *fmt, ... )
void (Debug)( int level, const char *fmt, ... )
{
char buffer[4096];
va_list vl;
......
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