diff options
author | Jeremy Allison <jra@samba.org> | 2007-08-23 21:34:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:12 -0500 |
commit | a689f6082b2c8ee82a794e742f904a990702859a (patch) | |
tree | 10908ed3d7352a2724ae7bd58a3261f227c37976 /source3/smbd | |
parent | 46f199961fc91b00a19c4132f46c2cb2586e7a8a (diff) | |
download | samba-a689f6082b2c8ee82a794e742f904a990702859a.tar.gz samba-a689f6082b2c8ee82a794e742f904a990702859a.tar.bz2 samba-a689f6082b2c8ee82a794e742f904a990702859a.zip |
r24638: Remove redundent setting of vuid.
Jeremy
(This used to be commit fd682c3f397714ebdaf4af3f6d1cbcbab6a2f572)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/sesssetup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index 4c45806b02..4405b69475 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/smbd/sesssetup.c @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. handle SMBsessionsetup Copyright (C) Andrew Tridgell 1998-2001 @@ -680,8 +680,6 @@ static void reply_spnego_ntlmssp(connection_struct *conn, SSVAL(req->outbuf,smb_vwv2,1); } - SSVAL(req->outbuf,smb_uid,vuid); - sessionsetup_start_signing_engine(server_info, req->inbuf); } |