]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Thu, 6 May 2004 14:51:14 +0000 (14:51 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 6 May 2004 14:51:14 +0000 (14:51 +0000)
servers/slapd/back-monitor/overlay.c
servers/slapd/back-perl/SampleLDAP.pm

index 22b704f66aa47eadf1d1b15417bf769bef53bc08..d051849c21589b2687387f046d89308e292a04ef 100644 (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;
index f571247fc83c036cfadff45af176e95f57062ac6..4788da3af83f7a5141a1e4a2664bdf661e26b4a8 100644 (file)
 ## 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