From 68be9a820059ee96dd26c527efd7c14e679d3f2c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 15 Nov 2007 14:19:52 -0800 Subject: More pstring removal. This one was tricky. I had to add one horror (pstring_clean_name()) which will have to remain until I've removed all pstrings from the client code. Jeremy. (This used to be commit 1ea3ac80146b83c2522b69e7747c823366a2b47d) --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index bc5fe5e8f1..80eac747c6 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -6151,7 +6151,7 @@ const char *lp_printername(int snum) void lp_set_logfile(const char *name) { string_set(&Globals.szLogFile, name); - pstrcpy(debugf, name); + debug_set_logfile(name); } /******************************************************************* -- cgit