mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
fix typo in previous commit
This commit is contained in:
parent
01dc0183a3
commit
673ea82eab
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "slap.h"
|
||||
|
||||
#if SLAPD_OVER_ACCESSLOG == SLAPD_MOD_STATIC
|
||||
extern int acceslog_init();
|
||||
extern int accesslog_init();
|
||||
#endif
|
||||
#if SLAPD_OVER_DENYOP == SLAPD_MOD_STATIC
|
||||
extern int denyop_init();
|
||||
|
|
|
|||
Loading…
Reference in a new issue