diff options
author | Gerald Carter <jerry@samba.org> | 2007-04-21 21:39:05 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2007-04-21 21:39:05 +0000 |
commit | e47d17e7e29a3818e0f4c7e86ff657dfa06511c0 (patch) | |
tree | d3441eebe19cb2a752b0dd4583518864b0032701 /source/nsswitch/winbindd.c | |
parent | ab7aea8ef10438423222964c1aaa1b96f24d4b27 (diff) | |
download | samba-e47d17e7e29a3818e0f4c7e86ff657dfa06511c0.tar.gz samba-e47d17e7e29a3818e0f4c7e86ff657dfa06511c0.tar.xz samba-e47d17e7e29a3818e0f4c7e86ff657dfa06511c0.zip |
r22431: compiler cleanup fixes for the idmap changes that were not checked in fotr some reason
Diffstat (limited to 'source/nsswitch/winbindd.c')
-rw-r--r-- | source/nsswitch/winbindd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c index 2a952f6d7e0..59bb04e7d2a 100644 --- a/source/nsswitch/winbindd.c +++ b/source/nsswitch/winbindd.c @@ -1012,9 +1012,6 @@ int main(int argc, char **argv, char **envp) namecache_enable(); - /* quick hack to avoid a loop in idmap, proper fix later */ - reset_idmap_in_own_child(); - /* Winbind daemon initialisation */ if ( ! NT_STATUS_IS_OK(idmap_init_cache()) ) { |