summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-11 00:37:36 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-11 00:37:36 +0000
commit596f4373ddc40ab041b6e6c39d78bbe5059be4f6 (patch)
tree9e8761e7dcab34f4f7c79491b4cd29971d335856
parent310c423bad9c3a7c2c9e5db6f601cec434321325 (diff)
downloadsamba-596f4373ddc40ab041b6e6c39d78bbe5059be4f6.tar.gz
samba-596f4373ddc40ab041b6e6c39d78bbe5059be4f6.tar.xz
samba-596f4373ddc40ab041b6e6c39d78bbe5059be4f6.zip
tim, become_xxx shouldn't be called in winbindd.
-rw-r--r--source/nsswitch/winbindd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c
index 6489674cf68..b90899e4142 100644
--- a/source/nsswitch/winbindd.c
+++ b/source/nsswitch/winbindd.c
@@ -33,7 +33,6 @@ void exit_server(char *reason)
if (!firsttime) exit(0);
firsttime = 0;
- unbecome_vuser();
DEBUG(0,("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% AARGH\n"));
if (!reason) {