svn commit: samba r2005 - branches/SAMBA_4_0/source/include

metze at samba.org metze at samba.org
Tue Aug 24 10:07:49 GMT 2004


Author: metze
Date: 2004-08-24 10:07:49 +0000 (Tue, 24 Aug 2004)
New Revision: 2005

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2005&nolog=1

Log:
fix compiler warnings

metze

Modified:
   branches/SAMBA_4_0/source/include/cli_context.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/cli_context.h
===================================================================
--- branches/SAMBA_4_0/source/include/cli_context.h	2004-08-24 10:03:49 UTC (rev 2004)
+++ branches/SAMBA_4_0/source/include/cli_context.h	2004-08-24 10:07:49 UTC (rev 2005)
@@ -58,7 +58,7 @@
 	uint_t readbraw_supported:1;
 	uint_t writebraw_supported:1;
 
-	const char *server_domain;
+	char *server_domain;
 };
 	
 /* this is the context for a SMB socket associated with the socket itself */



More information about the samba-cvs mailing list