summaryrefslogtreecommitdiff
path: root/source4/lib/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/debug.c')
-rw-r--r--source4/lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/debug.c b/source4/lib/debug.c
index c9247f380f..4f6ba125d3 100644
--- a/source4/lib/debug.c
+++ b/source4/lib/debug.c
@@ -68,7 +68,7 @@ void do_debug(const char *format, ...)
*/
void reopen_logs(void)
{
- char *logfile = lp_logfile();
+ const char *logfile = lp_logfile();
char *fname = NULL;
int old_fd = state.fd;