svn commit: samba r21965 - in branches/SAMBA_3_0/source/torture: .

metze at samba.org metze at samba.org
Mon Mar 26 16:40:30 GMT 2007


Author: metze
Date: 2007-03-26 16:40:29 +0000 (Mon, 26 Mar 2007)
New Revision: 21965

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

Log:
fix compiler warning

metze
Modified:
   branches/SAMBA_3_0/source/torture/pdbtest.c


Changeset:
Modified: branches/SAMBA_3_0/source/torture/pdbtest.c
===================================================================
--- branches/SAMBA_3_0/source/torture/pdbtest.c	2007-03-26 10:57:48 UTC (rev 21964)
+++ branches/SAMBA_3_0/source/torture/pdbtest.c	2007-03-26 16:40:29 UTC (rev 21965)
@@ -236,7 +236,7 @@
 	uint32 expire, min_age, history;
 	struct pdb_methods *pdb;
 	poptContext pc;
-	static char *backend = NULL;
+	static const char *backend = NULL;
 	static const char *unix_user = "nobody";
 	struct poptOption long_options[] = {
 		{"username", 'u', POPT_ARG_STRING, &unix_user, 0, "Unix user to use for testing", "USERNAME" },



More information about the samba-cvs mailing list