From: Kurt Zeilenga Date: Wed, 24 Oct 2001 06:15:53 +0000 (+0000) Subject: Fix updateref error message X-Git-Tag: OPENLDAP_REL_ENG_2_0_18~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5326ac361832d0ff64be2859649c1c22521beb6f;p=openldap Fix updateref error message --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 26a8cce598..4f6b1d9039 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -998,7 +998,7 @@ read_config( const char *fname ) } else if ( strcasecmp( cargv[0], "updateref" ) == 0 ) { if ( cargc < 2 ) { Debug( LDAP_DEBUG_ANY, - "%s: line %d: missing dn in \"updateref \" line\n", + "%s: line %d: missing url in \"updateref \" line\n", fname, lineno, 0 ); return( 1 ); }