diff options
author | Gerald Carter <jerry@samba.org> | 2007-03-01 05:21:31 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2007-03-01 05:21:31 +0000 |
commit | 5118112822d0eef24427e3667452a7f01d15bac2 (patch) | |
tree | f6afa9702e9f899fba73cc2cf5e3849c95540cd7 /source | |
parent | bf114f0480901e40da8525e81d6fa67b290f8f82 (diff) | |
download | samba-5118112822d0eef24427e3667452a7f01d15bac2.tar.gz samba-5118112822d0eef24427e3667452a7f01d15bac2.tar.xz samba-5118112822d0eef24427e3667452a7f01d15bac2.zip |
r21624: Remove stray #endif from bad merge
Diffstat (limited to 'source')
-rw-r--r-- | source/nsswitch/winbindd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c index e0b126f9f2f..3ddb041ba07 100644 --- a/source/nsswitch/winbindd.c +++ b/source/nsswitch/winbindd.c @@ -1080,7 +1080,6 @@ int main(int argc, char **argv, char **envp) DEBUG(0,("unable to initalize domain list\n")); exit(1); } -#endif init_idmap_child(); |