From: Jong Hyuk Choi Date: Tue, 29 Apr 2003 23:32:58 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~206 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e885605f2120d22e3973e79a7e557ad443e75190;p=openldap cleanup --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 1490f64441..2c69d43a67 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -2961,7 +2961,7 @@ parse_syncrepl_line( if ( si->bindmethod == LDAP_AUTH_SASL) { if ((gots & GOT_MECH) == 0) { - fprintf( stderr, "Error: \"syncrepl\" line needs SASLmech flag " ); + fprintf( stderr, "Error: \"syncrepl\" line needs SASLmech flag " "in slapd config file\n" ); return -1; }