]> git.sur5r.net Git - openldap/commitdiff
fix error message
authorPierangelo Masarati <ando@openldap.org>
Thu, 16 Feb 2006 01:10:45 +0000 (01:10 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 16 Feb 2006 01:10:45 +0000 (01:10 +0000)
servers/slapd/back-ldap/config.c

index e8e71f1264b691963b0a65ad8cb992ade4770c65..6dd8363a19b3a0cb771adb986b98d2ca739a84eb 100644 (file)
@@ -1099,7 +1099,7 @@ done_url:;
                                                snprintf( c->msg, sizeof( c->msg ),
                                                        "\"idassert-bind <args>\": "
                                                        "unknown flag \"%s\"",
-                                                       c->fname, c->lineno, flags[ j ] );
+                                                       flags[ j ] );
                                                Debug( LDAP_DEBUG_ANY, "%s: %s.\n", c->log, c->msg, 0 );
                                                return 1;
                                        }