This commit is contained in:
Pierangelo Masarati 2004-05-06 14:51:14 +00:00
parent b44a79965e
commit dddee82680
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ monitor_subsys_overlay_init(
}
e_tmp = NULL;
for ( on = overlay_next( NULL ), i = 0; on ; on = overlay_next( on ), i++ ) {
for ( on = overlay_next( NULL ), i = 0; on; on = overlay_next( on ), i++ ) {
char buf[ BACKMONITOR_BUFSIZE ];
struct berval bv;
int j;

View File

@ -14,10 +14,10 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
#
# Usage: Add something this to slapd.conf:
# Usage: Add something like this to slapd.conf:
#
# database perl
# suffix "o=AnyOrg, c=US"
# suffix "o=AnyOrg,c=US"
# perlModulePath /path/to/this/file
# perlModule SampleLDAP