From: Jong Hyuk Choi Date: Mon, 24 Nov 2003 17:45:44 +0000 (+0000) Subject: misc comment update X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~409 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=84a7381225d7ec10383e96eb91ecd8de033395f6;p=openldap misc comment update --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 931e85ec91..881e428823 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -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