X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-tcl%2Ftcl_config.c;h=64174bca83e4aea140754dc1d4fc4b94682abead;hb=403f4479bc9f9a864122d4aeecf7284408918302;hp=d5378e36a700afee8581fa513d49db1bb41456db;hpb=8667671d1733b344c51150e28a3090bc4d64feb2;p=openldap diff --git a/servers/slapd/back-tcl/tcl_config.c b/servers/slapd/back-tcl/tcl_config.c index d5378e36a7..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.3 1999/02/17 00:53:59 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,19 +43,19 @@ 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