X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=lib%2Fdynamic_debug.c;h=02afc25337284329d23a998e636240d5a41d337d;hp=3df8eb17a607932bf8091e89c796c338c323c29b;hb=ff49d74ad383f54041378144ca1a229ee9aeaa59;hpb=e3668dd83ba5958429984286efbc3055be5344c4;ds=inline diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 3df8eb17a607..02afc2533728 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c @@ -692,7 +692,7 @@ static void ddebug_table_free(struct ddebug_table *dt) * Called in response to a module being unloaded. Removes * any ddebug_table's which point at the module. */ -int ddebug_remove_module(char *mod_name) +int ddebug_remove_module(const char *mod_name) { struct ddebug_table *dt, *nextdt; int ret = -ENOENT;