summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-04-04 03:03:39 +0000
committerJeremy Allison <jra@samba.org>2002-04-04 03:03:39 +0000
commit464c1201978a2cd5abed8ea0d7bcb9486b1c92d8 (patch)
treeeb67239c0c47ace3535d59cbf1dbd6c2a6494a10 /source3/nsswitch/winbindd.c
parentf21ccff91fe9dd37a57c6505fc19b7fc2c103a59 (diff)
downloadsamba-464c1201978a2cd5abed8ea0d7bcb9486b1c92d8.tar.gz
samba-464c1201978a2cd5abed8ea0d7bcb9486b1c92d8.tar.bz2
samba-464c1201978a2cd5abed8ea0d7bcb9486b1c92d8.zip
Fix up conversion code from old winbindd versions (some testing needed).
Added time based cache size check (#ifdef'ed out by default, just didn't want to lose the code). Jeremy. (This used to be commit b2350ed36c42827c417ea4a3dd0668a4a631a090)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c
index 7e1372614b..e9ee2a7693 100644
--- a/source3/nsswitch/winbindd.c
+++ b/source3/nsswitch/winbindd.c
@@ -631,6 +631,10 @@ static void process_loop(int accept_sock)
}
}
+#if 0
+ winbindd_check_cache_size(time(NULL));
+#endif
+
/* Check signal handling things */
if (do_sigterm)