diff options
author | Günther Deschner <gd@samba.org> | 2007-08-29 12:43:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:20 -0500 |
commit | 53d41f3b1b0b7fc3550e0ee4906405f7afbf114c (patch) | |
tree | 9c1536eecde13786d596e57be2910cf896e75ada /source3/nsswitch/winbindd.c | |
parent | 4429a01c83f8900d318c7c162f004d1e5764556a (diff) | |
download | samba-53d41f3b1b0b7fc3550e0ee4906405f7afbf114c.tar.gz samba-53d41f3b1b0b7fc3550e0ee4906405f7afbf114c.tar.bz2 samba-53d41f3b1b0b7fc3550e0ee4906405f7afbf114c.zip |
r24778: Make sure krb5 locator requests go to a separate locator winbind child.
Guenther
(This used to be commit fb9228b8d167552f0a046ab674f66d4e5b73f5b6)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 3bf054eb4f..ecc30e140a 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -1184,6 +1184,7 @@ int main(int argc, char **argv, char **envp) } init_idmap_child(); + init_locator_child(); smb_nscd_flush_user_cache(); smb_nscd_flush_group_cache(); |