]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
debug should print argv[lasti] fix from rel_eng_1_1
authorKurt Zeilenga <kurt@openldap.org>
Sat, 5 Dec 1998 02:18:07 +0000 (02:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 5 Dec 1998 02:18:07 +0000 (02:18 +0000)
servers/slapd/attr.c

index 7686d94767df285a23ad73347ff036fc5f7e0853..2d4705974806eba9d87fa3534688b19fa1466c6b 100644 (file)
@@ -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 );