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

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


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

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

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:
   branches/SAMBA_3_0/source/torture/torture.c


Changeset:
Modified: branches/SAMBA_3_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_3_0/source/torture/torture.c	2005-02-27 19:57:03 UTC (rev 5588)
+++ branches/SAMBA_3_0/source/torture/torture.c	2005-02-28 07:01:52 UTC (rev 5589)
@@ -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