From e885605f2120d22e3973e79a7e557ad443e75190 Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Tue, 29 Apr 2003 23:32:58 +0000 Subject: [PATCH] cleanup --- servers/slapd/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }