summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c
index 6c02c96e..60b0124d 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -3017,7 +3017,7 @@ DEFUN (config_log_file,
else
fullpath = argv[0];
- ret = zlog_set_file (NULL, ZLOG_FILE, fullpath);
+ ret = zlog_set_file (NULL, fullpath);
if (p)
XFREE (MTYPE_TMP, p);