svn commit: samba r23218 - in branches/SAMBA_3_0_26/source/libsmb: .

jerry at samba.org jerry at samba.org
Tue May 29 17:56:57 GMT 2007


Author: jerry
Date: 2007-05-29 17:56:57 +0000 (Tue, 29 May 2007)
New Revision: 23218

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

Log:
merge a const warning
Modified:
   branches/SAMBA_3_0_26/source/libsmb/namequery.c


Changeset:
Modified: branches/SAMBA_3_0_26/source/libsmb/namequery.c
===================================================================
--- branches/SAMBA_3_0_26/source/libsmb/namequery.c	2007-05-29 17:51:45 UTC (rev 23217)
+++ branches/SAMBA_3_0_26/source/libsmb/namequery.c	2007-05-29 17:56:57 UTC (rev 23218)
@@ -651,7 +651,7 @@
  Start parsing the lmhosts file.
 *********************************************************/
 
-XFILE *startlmhosts(char *fname)
+XFILE *startlmhosts(const char *fname)
 {
 	XFILE *fp = x_fopen(fname,O_RDONLY, 0);
 	if (!fp) {



More information about the samba-cvs mailing list