summaryrefslogtreecommitdiff
path: root/source3/client/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client/client.c')
-rw-r--r--source3/client/client.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 45bfb18de1e..e2fdacd1251 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -748,9 +748,8 @@ struct do_list_helper_state {
};
static NTSTATUS do_list_helper(
- const char *mntpoint,
struct file_info *f,
- const char *mask,
+ const char *_mask,
void *private_data)
{
struct do_list_helper_state *state = private_data;
@@ -5721,8 +5720,7 @@ struct completion_remote {
int len;
};
-static NTSTATUS completion_remote_filter(const char *mnt,
- struct file_info *f,
+static NTSTATUS completion_remote_filter(struct file_info *f,
const char *mask,
void *state)
{