mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
lib/param: fix function name (lpcfg_file_list_changed) in a debug message
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
This commit is contained in:
parent
382849ad99
commit
d084f5e6a6
@ -1076,7 +1076,7 @@ static void add_to_file_list(struct loadparm_context *lp_ctx,
|
||||
bool lpcfg_file_list_changed(struct loadparm_context *lp_ctx)
|
||||
{
|
||||
struct file_lists *f;
|
||||
DEBUG(6, ("lp_file_list_changed()\n"));
|
||||
DEBUG(6, ("lpcfg_file_list_changed()\n"));
|
||||
|
||||
for (f = lp_ctx->file_lists; f != NULL; f = f->next) {
|
||||
char *n2;
|
||||
|
Loading…
Reference in New Issue
Block a user