summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-24 12:51:09 +0100
committerVolker Lendecke <vl@samba.org>2009-12-26 12:26:06 +0100
commitb911a7b2d4b3c679487a72aa12e9c63546c9235a (patch)
treeed12bc521a972f07fbef4dbd518654dbc771429f /source3/winbindd
parentef453c63af3d29c428029aa39a5b59b0317c76ce (diff)
downloadsamba-b911a7b2d4b3c679487a72aa12e9c63546c9235a.tar.gz
samba-b911a7b2d4b3c679487a72aa12e9c63546c9235a.tar.bz2
samba-b911a7b2d4b3c679487a72aa12e9c63546c9235a.zip
s3: getgrent_state has been replaced by grent_state
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 597957d9d6..3f7a44e9dc 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;