]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
debug: add an empty line
authorRalph Boehme <slow@samba.org>
Wed, 12 Dec 2018 07:48:35 +0000 (08:48 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 20 Dec 2018 02:19:26 +0000 (03:19 +0100)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/debug_s3.c

index 99ba2e7188d593f47697b36c5727e90a42319bd2..95f22938bc32d32205c6602689a237d0e602de01 100644 (file)
@@ -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);