mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Fix -ULDAP_DEBUG lint.
This commit is contained in:
parent
fea91d7ad2
commit
14b04f4d0b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user