svn commit: samba r22011 - in branches/SAMBA_3_0/source/lib: .

jra at samba.org jra at samba.org
Thu Mar 29 19:46:35 GMT 2007


Author: jra
Date: 2007-03-29 19:46:34 +0000 (Thu, 29 Mar 2007)
New Revision: 22011

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

Log:
As Metze suggested, use 0xFF 'E' <enc ctx> instead
of 0xFF 'S' <enc ctx>.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/lib/util.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/util.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util.c	2007-03-29 19:40:59 UTC (rev 22010)
+++ branches/SAMBA_3_0/source/lib/util.c	2007-03-29 19:46:34 UTC (rev 22011)
@@ -525,7 +525,7 @@
 	_smb_setlen(buf,len);
 
 	SCVAL(buf,4,0xFF);
-	SCVAL(buf,5,'S');
+	SCVAL(buf,5,'E');
 	SSVAL(buf,6,enc_ctx_num);
 }
 



More information about the samba-cvs mailing list