X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-tcl%2Ftcl_config.c;h=64174bca83e4aea140754dc1d4fc4b94682abead;hb=403f4479bc9f9a864122d4aeecf7284408918302;hp=6b7ab1f269ff8bce42c16376f1fa40cff83e895b;hpb=809c6570e45033435d940960d27c7cbb05afe50b;p=openldap diff --git a/servers/slapd/back-tcl/tcl_config.c b/servers/slapd/back-tcl/tcl_config.c index 6b7ab1f269..64174bca83 100644 --- a/servers/slapd/back-tcl/tcl_config.c +++ b/servers/slapd/back-tcl/tcl_config.c @@ -1,6 +1,5 @@ +/* $OpenLDAP$ */ /* config.c - tcl backend configuration file routine - * - * $Id: tcl_config.c,v 1.4 1999/02/18 01:18:39 bcollins Exp $ * * Copyright 1999, Ben Collins , All rights reserved. * @@ -22,7 +21,7 @@ struct i_info *global_i; int tcl_back_db_config ( BackendDB * bd, - char *fname, + const char *fname, int lineno, int argc, char **argv @@ -44,7 +43,7 @@ tcl_back_db_config ( /* Script to load */ if (strcasecmp (argv[0], "scriptpath") == 0) { if (argc < 2) { - Debug (LDAP_DEBUG_ANY, + Debug (LDAP_DEBUG_CONFIG, "%s: line %d: missing script in \"scriptpath