svn commit: samba r21088 - in branches/SAMBA_3_0/source/include: .

vlendec at samba.org vlendec at samba.org
Wed Jan 31 14:19:09 GMT 2007


Author: vlendec
Date: 2007-01-31 14:19:09 +0000 (Wed, 31 Jan 2007)
New Revision: 21088

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

Log:
Apply some const
Modified:
   branches/SAMBA_3_0/source/include/smb.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/smb.h
===================================================================
--- branches/SAMBA_3_0/source/include/smb.h	2007-01-31 14:14:57 UTC (rev 21087)
+++ branches/SAMBA_3_0/source/include/smb.h	2007-01-31 14:19:09 UTC (rev 21088)
@@ -442,7 +442,7 @@
 
 struct notify_change {
 	uint32_t action;
-	char *name;
+	const char *name;
 };
 
 struct notify_mid_map;



More information about the samba-cvs mailing list