From: Kurt Zeilenga Date: Sat, 5 Dec 1998 02:18:07 +0000 (+0000) Subject: debug should print argv[lasti] fix from rel_eng_1_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7841d716ad90a5b743d4c0412e60bfedb6240dde;p=thirdparty%2Fopenldap.git debug should print argv[lasti] fix from rel_eng_1_1 --- diff --git a/servers/slapd/attr.c b/servers/slapd/attr.c index 7686d94767..2d47059748 100644 --- a/servers/slapd/attr.c +++ b/servers/slapd/attr.c @@ -286,7 +286,7 @@ attr_syntax_config( } else { Debug( LDAP_DEBUG_ANY, "%s: line %d: unknown syntax \"%s\" in attribute line (ignored)\n", - fname, lineno, 0 ); + fname, lineno, argv[lasti] ); Debug( LDAP_DEBUG_ANY, "possible syntaxes are \"cis\", \"ces\", \"tel\", \"dn\", or \"bin\"\n", 0, 0, 0 );