1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3:winbindd: Use #ifdef instead of #if for config.h definitions

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
Andreas Schneider 2018-11-20 15:58:28 +01:00 committed by Gary Lockyer
parent fce92606b3
commit 3872d4ab49

View File

@ -1832,7 +1832,7 @@ int main(int argc, const char **argv)
pidfile_create(lp_pid_directory(), "winbindd");
#if HAVE_SETPGID
#ifdef HAVE_SETPGID
/*
* If we're interactive we want to set our own process group for
* signal management.