summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-12-12 08:48:35 +0100
committerKarolin Seeger <kseeger@samba.org>2019-05-17 07:18:28 +0000
commitcd5fbcc9d4de2bfc79b04a49cf2297469bc094fa (patch)
tree60bccbf2b54dbf641236aaf41e4e43eb793b3d40 /lib
parente7b1794cefad88c7cac076ebbcc33f2cc9379096 (diff)
downloadsamba-cd5fbcc9d4de2bfc79b04a49cf2297469bc094fa.tar.gz
debug: add an empty line
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 2bc7e254a62cfc6a60ecff425fc71173c6d21a10)
Diffstat (limited to 'lib')
-rw-r--r--lib/util/debug_s3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/debug_s3.c b/lib/util/debug_s3.c
index 99ba2e7188d..95f22938bc3 100644
--- a/lib/util/debug_s3.c
+++ b/lib/util/debug_s3.c
@@ -32,6 +32,7 @@ bool reopen_logs(void)
{
if (lp_loaded()) {
struct debug_settings settings;
+
debug_set_logfile(lp_logfile(talloc_tos()));
ZERO_STRUCT(settings);