]> git.sur5r.net Git - openldap/commitdiff
Add missing format argument for 'unhandled idassert-method' error message.
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 18 Jul 2004 07:16:34 +0000 (07:16 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 18 Jul 2004 07:16:34 +0000 (07:16 +0000)
servers/slapd/back-ldap/config.c

index 88467b3f35a6eb0c81120c59be06e631116d7c91..8b21dfe6251edd30989712e682340041214097ca 100644 (file)
@@ -950,8 +950,8 @@ parse_idassert(
 
                } else {
                        fprintf( stderr, "%s: line %d: "
-                                       "unhandled auth method %s\n",
-                                       fname, lineno );
+                                       "unhandled idassert-method method %s\n",
+                                       fname, lineno, argv[1] );
                        return 1;
                }