diff options
author | Günther Deschner <gd@samba.org> | 2006-03-16 13:37:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:33 -0500 |
commit | 962e42caa5d2b53b849a90d7c1c2bf0d45e26d4e (patch) | |
tree | 3b4423284b5051f8e3dafbb349d5fb7157cc3c03 /source3/nsswitch/winbindd.c | |
parent | ef115ff3148b1590ca6128ec31975ef20e334f66 (diff) | |
download | samba-962e42caa5d2b53b849a90d7c1c2bf0d45e26d4e.tar.gz samba-962e42caa5d2b53b849a90d7c1c2bf0d45e26d4e.tar.xz samba-962e42caa5d2b53b849a90d7c1c2bf0d45e26d4e.zip |
r14474: Also flush the nscd caches before entering the main winbindd loop.
Guenther
(This used to be commit c81eb71834dc827db63c8adb3f816bbbe916473c)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 59437f05c2f..33ec9ded837 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -1078,6 +1078,8 @@ int main(int argc, char **argv) init_idmap_child(); + winbindd_flush_nscd_cache(); + /* Loop waiting for requests */ while (1) |