BUG 9436: Fix leaking sockets of SMB connections to a DC.
commitdb6a76ab241893a08ed06930a68c122bac2defc1
authorAndreas Schneider <asn@samba.org>
Wed, 28 Nov 2012 11:53:39 +0000 (28 12:53 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 29 Nov 2012 08:02:09 +0000 (29 09:02 +0100)
treeb86716ef38b2e974751ac3eacab340ef4caf8436
parentb0595adc6618c26621c379abdab8247a3327d941
BUG 9436: Fix leaking sockets of SMB connections to a DC.

As this is a burst of 3 unbound sockets with each try to reach a DC
we're running out of file descriptors pretty fast. So winbind is then
mostly spinning in an accept loop failing with EMFILE.

Signed-off-by: Andreas Schneider <asn@samba.org>
source3/winbindd/winbindd_cm.c