svn commit: samba r24638 - in branches/SAMBA_3_2/source/smbd: .

jra at samba.org jra at samba.org
Thu Aug 23 21:34:08 GMT 2007


Author: jra
Date: 2007-08-23 21:34:08 +0000 (Thu, 23 Aug 2007)
New Revision: 24638

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24638

Log:
Remove redundent setting of vuid.
Jeremy

Modified:
   branches/SAMBA_3_2/source/smbd/sesssetup.c


Changeset:
Modified: branches/SAMBA_3_2/source/smbd/sesssetup.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/sesssetup.c	2007-08-23 15:33:25 UTC (rev 24637)
+++ branches/SAMBA_3_2/source/smbd/sesssetup.c	2007-08-23 21:34:08 UTC (rev 24638)
@@ -1,4 +1,4 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    handle SMBsessionsetup
    Copyright (C) Andrew Tridgell 1998-2001
@@ -680,8 +680,6 @@
 			SSVAL(req->outbuf,smb_vwv2,1);
 		}
 
-		SSVAL(req->outbuf,smb_uid,vuid);
-
 		sessionsetup_start_signing_engine(server_info, req->inbuf);
 	}
 



More information about the samba-cvs mailing list