svn commit: samba r1996 - branches/SAMBA_4_0/source/torture/raw

metze at samba.org metze at samba.org
Mon Aug 23 07:22:31 GMT 2004


Author: metze
Date: 2004-08-23 07:22:31 +0000 (Mon, 23 Aug 2004)
New Revision: 1996

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

Log:
fix compiler warnings

metze

Modified:
   branches/SAMBA_4_0/source/torture/raw/context.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/context.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/context.c	2004-08-23 07:12:13 UTC (rev 1995)
+++ branches/SAMBA_4_0/source/torture/raw/context.c	2004-08-23 07:22:31 UTC (rev 1996)
@@ -54,7 +54,7 @@
 {
 	NTSTATUS status;
 	BOOL ret = True;
-	char *username, *domain, *password;
+	const char *username, *domain, *password;
 	struct smbcli_session *session;
 	struct smbcli_session *session2;
 	struct smbcli_session *session3;
@@ -196,7 +196,7 @@
 {
 	NTSTATUS status;
 	BOOL ret = True;
-	char *share;
+	const char *share;
 	struct smbcli_tree *tree;
 	union smb_tcon tcon;
 	union smb_open io;



More information about the samba-cvs mailing list