From: Volker Lendecke Date: Thu, 24 Dec 2009 11:51:09 +0000 (+0100) Subject: s3: getgrent_state has been replaced by grent_state X-Git-Tag: samba-4.0.0alpha11~387 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=b911a7b2d4b3c679487a72aa12e9c63546c9235a;ds=sidebyside s3: getgrent_state has been replaced by grent_state --- diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 597957d9d69..3f7a44e9dc9 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -857,7 +857,7 @@ static bool remove_idle_client(void) for (state = winbindd_client_list(); state; state = state->next) { if (state->response == NULL && - !state->pwent_state && !state->getgrent_state) { + !state->pwent_state && !state->grent_state) { nidle++; if (!last_access || state->last_access < last_access) { last_access = state->last_access;