]> git.sur5r.net Git - openldap/commitdiff
fix typo in previous commit
authorPierangelo Masarati <ando@openldap.org>
Mon, 1 Aug 2005 23:40:40 +0000 (23:40 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 1 Aug 2005 23:40:40 +0000 (23:40 +0000)
servers/slapd/overlays/overlays.c

index 656fb33396a5cd2e30c9c85e0972eb973ab0ddd1..7a2e66c66a313d84deac1c2c89bb26d285a3afc6 100644 (file)
@@ -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();