svn commit: samba r13620 - in branches/SAMBA_4_0/source/smb_server/smb: .

metze at samba.org metze at samba.org
Wed Feb 22 09:50:08 GMT 2006


Author: metze
Date: 2006-02-22 09:50:07 +0000 (Wed, 22 Feb 2006)
New Revision: 13620

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

Log:
initialize the CMD with 0 too

metze

Modified:
   branches/SAMBA_4_0/source/smb_server/smb/request.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb/request.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb/request.c	2006-02-22 09:49:07 UTC (rev 13619)
+++ branches/SAMBA_4_0/source/smb_server/smb/request.c	2006-02-22 09:50:07 UTC (rev 13620)
@@ -160,6 +160,7 @@
 		SSVAL(req->out.hdr,HDR_UID,SVAL(req->in.hdr,HDR_UID));
 		SSVAL(req->out.hdr,HDR_MID,SVAL(req->in.hdr,HDR_MID));
 	} else {
+		SCVAL(req->out.hdr,HDR_COM,0);
 		SSVAL(req->out.hdr,HDR_TID,0);
 		SSVAL(req->out.hdr,HDR_PID,0);
 		SSVAL(req->out.hdr,HDR_UID,0);



More information about the samba-cvs mailing list