]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r5589: Ensure the torture code that uses cli_list and cli_list_old
authorJeremy Allison <jra@samba.org>
Mon, 28 Feb 2005 07:01:52 +0000 (07:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:48 +0000 (10:55 -0500)
matches the new MS-DFS function prototypes. Should fix the
build farm tests.
Jeremy.

source/torture/torture.c

index ec13abc1c1ff7741576d51e7e17f0100f6336fc2..84755a781a463f18067fd97ab6351b5bc51eccfb 100644 (file)
@@ -4138,7 +4138,7 @@ static BOOL run_openattrtest(int dummy)
        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 @@ static BOOL run_dirtest(int dummy)
        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;