]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:nmbd: Use #ifdef instead of #if for config.h definitions
authorAndreas Schneider <asn@samba.org>
Tue, 20 Nov 2018 14:55:43 +0000 (15:55 +0100)
committerGary Lockyer <gary@samba.org>
Wed, 28 Nov 2018 22:19:23 +0000 (23:19 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/nmbd/nmbd.c

index fa2bfbb287ae82125abab0c8dd5eac1fb68cdfc3..9d6cac99a63de02c21ddc210cabc369730f2b858 100644 (file)
@@ -957,7 +957,7 @@ static bool open_sockets(bool isdaemon, int port)
                become_daemon(Fork, no_process_group, log_stdout);
        }
 
-#if HAVE_SETPGID
+#ifdef HAVE_SETPGID
        /*
         * If we're interactive we want to set our own process group for 
         * signal management.