svn commit: samba r19535 - in branches/SAMBA_4_0/source/torture: .

jelmer at samba.org jelmer at samba.org
Thu Nov 2 21:41:50 GMT 2006


Author: jelmer
Date: 2006-11-02 21:41:50 +0000 (Thu, 02 Nov 2006)
New Revision: 19535

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

Log:
Fix warnings.

Modified:
   branches/SAMBA_4_0/source/torture/smbtorture.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/smbtorture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/smbtorture.c	2006-11-02 11:00:12 UTC (rev 19534)
+++ branches/SAMBA_4_0/source/torture/smbtorture.c	2006-11-02 21:41:50 UTC (rev 19535)
@@ -438,7 +438,7 @@
 
 	for (i = 0; i < numlines; i++) {
 		int argc;
-		char **argv;
+		const char **argv;
 
 		ret = poptParseArgvString(lines[i], &argc, &argv);
 		if (ret != 0) {
@@ -456,7 +456,7 @@
 {
 	char *cline;
 	int argc;
-	char **argv;
+	const char **argv;
 	int ret;
 
 	while (1) {



More information about the samba-cvs mailing list