mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
fix ITS#1667
This commit is contained in:
parent
6174cb6529
commit
724666c447
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@
|
|||
#include "slap.h"
|
||||
|
||||
#ifdef LDAP_DEBUG
|
||||
static void at_index_print( void ) {};
|
||||
static void at_index_print( void )
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue