svn commit: samba r13154 - in branches/SAMBA_4_0/source/libcli: .

jelmer at samba.org jelmer at samba.org
Thu Jan 26 06:30:00 GMT 2006


Author: jelmer
Date: 2006-01-26 06:29:59 +0000 (Thu, 26 Jan 2006)
New Revision: 13154

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

Log:
Add some const

Modified:
   branches/SAMBA_4_0/source/libcli/climessage.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/climessage.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/climessage.c	2006-01-26 05:57:53 UTC (rev 13153)
+++ branches/SAMBA_4_0/source/libcli/climessage.c	2006-01-26 06:29:59 UTC (rev 13154)
@@ -26,7 +26,7 @@
 /****************************************************************************
 start a message sequence
 ****************************************************************************/
-BOOL smbcli_message_start(struct smbcli_tree *tree, char *host, const char *username, 
+BOOL smbcli_message_start(struct smbcli_tree *tree, const char *host, const char *username, 
 		       int *grp)
 {
 	struct smbcli_request *req; 



More information about the samba-cvs mailing list