svn commit: samba r5613 - in trunk/source/utils: .

jerry at samba.org jerry at samba.org
Wed Mar 2 03:23:10 GMT 2005


Author: jerry
Date: 2005-03-02 03:23:09 +0000 (Wed, 02 Mar 2005)
New Revision: 5613

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

Log:
fix proto for copy_fn() after changes to cli_list()
Modified:
   trunk/source/utils/net_rpc.c


Changeset:
Modified: trunk/source/utils/net_rpc.c
===================================================================
--- trunk/source/utils/net_rpc.c	2005-03-02 00:33:40 UTC (rev 5612)
+++ trunk/source/utils/net_rpc.c	2005-03-02 03:23:09 UTC (rev 5613)
@@ -2792,7 +2792,7 @@
  * @param state	arg-pointer
  *
  **/
-static void copy_fn(file_info *f, const char *mask, void *state)
+static void copy_fn(const char *mnt, file_info *f, const char *mask, void *state)
 {
 	NTSTATUS nt_status = NT_STATUS_UNSUCCESSFUL;
 	struct copy_clistate *local_state = (struct copy_clistate *)state;



More information about the samba-cvs mailing list