]> git.sur5r.net Git - openldap/commitdiff
misc comment update
authorJong Hyuk Choi <jongchoi@openldap.org>
Mon, 24 Nov 2003 17:45:44 +0000 (17:45 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Mon, 24 Nov 2003 17:45:44 +0000 (17:45 +0000)
servers/slapd/config.c

index 931e85ec9169f1bbe814c1d4e03a926ff87d21ea..881e42882319d24f443291bf7878aee52e224847 100644 (file)
@@ -1939,7 +1939,7 @@ read_config( const char *fname, int depth )
                                }
                        }
 
-               /* dn of master entity allowed to write to replica */
+               /* dn of slave entity allowed to write to replica */
                } else if ( strcasecmp( cargv[0], "updatedn" ) == 0 ) {
                        if ( cargc < 2 ) {
 #ifdef NEW_LOGGING