From 7841d716ad90a5b743d4c0412e60bfedb6240dde Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 5 Dec 1998 02:18:07 +0000 Subject: [PATCH] debug should print argv[lasti] fix from rel_eng_1_1 --- servers/slapd/attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.47.2