svn commit: samba r5590 - in trunk/source/torture: .

jra at samba.org jra at samba.org
Mon Feb 28 07:02:01 GMT 2005


Author: jra
Date: 2005-02-28 07:01:58 +0000 (Mon, 28 Feb 2005)
New Revision: 5590

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

Log:
Ensure the torture code that uses cli_list and cli_list_old
matches the new MS-DFS function prototypes. Should fix the 
build farm tests.
Jeremy.

Modified:
   trunk/source/torture/torture.c


Changeset:
Modified: trunk/source/torture/torture.c
===================================================================
--- trunk/source/torture/torture.c	2005-02-28 07:01:52 UTC (rev 5589)
+++ trunk/source/torture/torture.c	2005-02-28 07:01:58 UTC (rev 5590)
@@ -4138,7 +4138,7 @@
 	return correct;
 }
 
-static void list_fn(file_info *finfo, const char *name, void *state)
+static void list_fn(const char *mnt, file_info *finfo, const char *name, void *state)
 {
 	
 }
@@ -4198,7 +4198,7 @@
 	return correct;
 }
 
-static void del_fn(file_info *finfo, const char *mask, void *state)
+static void del_fn(const char *mnt, file_info *finfo, const char *mask, void *state)
 {
 	struct cli_state *pcli = (struct cli_state *)state;
 	fstring fname;



More information about the samba-cvs mailing list