diff options
author | Volker Lendecke <vl@samba.org> | 2011-04-28 13:26:57 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-04-29 16:57:36 +0200 |
commit | 0757688eb34ec1a22bf8c28f72416d6684756647 (patch) | |
tree | 4b8d8b2338f72813bf59958acc4c69faffa5f9c8 /source3/winbindd/winbindd.c | |
parent | 50883cfeb4eed3d538f71443060745f8747044c9 (diff) | |
download | samba-0757688eb34ec1a22bf8c28f72416d6684756647.tar.gz samba-0757688eb34ec1a22bf8c28f72416d6684756647.tar.xz samba-0757688eb34ec1a22bf8c28f72416d6684756647.zip |
s3: In winbind, close parent/child sockets
This should further reduce fd load in winbind children
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r-- | source3/winbindd/winbindd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 033c436c88..232f9b4c60 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -404,7 +404,7 @@ static void winbind_msg_validate_cache(struct messaging_context *msg_ctx, /* child */ - if (!winbindd_reinit_after_fork(NULL)) { + if (!winbindd_reinit_after_fork(NULL, NULL)) { _exit(0); } |