diff options
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 8e2b8b555c..2d15f9c019 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -2127,7 +2127,7 @@ static void dump_a_service(struct loadparm_service * pService, FILE * f) } } -bool lp_dump_a_parameter(struct loadparm_context *lp_ctx, int snum, char *parm_name, FILE * f, +bool lp_dump_a_parameter(struct loadparm_context *lp_ctx, int snum, const char *parm_name, FILE * f, bool isGlobal) { struct loadparm_service * pService = lp_ctx->ServicePtrs[snum]; |