From: Pierangelo Masarati Date: Thu, 6 May 2004 14:51:14 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~403 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dddee8268069ad64cec8515e252ebff1ebf53607;p=openldap cleanup --- diff --git a/servers/slapd/back-monitor/overlay.c b/servers/slapd/back-monitor/overlay.c index 22b704f66a..d051849c21 100644 --- a/servers/slapd/back-monitor/overlay.c +++ b/servers/slapd/back-monitor/overlay.c @@ -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; diff --git a/servers/slapd/back-perl/SampleLDAP.pm b/servers/slapd/back-perl/SampleLDAP.pm index f571247fc8..4788da3af8 100644 --- a/servers/slapd/back-perl/SampleLDAP.pm +++ b/servers/slapd/back-perl/SampleLDAP.pm @@ -14,10 +14,10 @@ ## top-level directory of the distribution or, alternatively, at ## . # -# 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