svn commit: samba r20432 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sun Dec 31 10:08:53 GMT 2006


Author: vlendec
Date: 2006-12-31 10:08:52 +0000 (Sun, 31 Dec 2006)
New Revision: 20432

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

Log:
Apply some const
Modified:
   branches/SAMBA_3_0/source/smbd/process.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/process.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/process.c	2006-12-31 07:19:22 UTC (rev 20431)
+++ branches/SAMBA_3_0/source/smbd/process.c	2006-12-31 10:08:52 UTC (rev 20432)
@@ -1112,7 +1112,7 @@
 	common_flags2 &= ~v;
 }
 
-void construct_reply_common(char *inbuf,char *outbuf)
+void construct_reply_common(const char *inbuf, char *outbuf)
 {
 	set_message(outbuf,0,0,False);
 	



More information about the samba-cvs mailing list