summaryrefslogtreecommitdiff
path: root/source4/client/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/client/client.c')
-rw-r--r--source4/client/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/client/client.c b/source4/client/client.c
index 0a4f3efab9..ac2e336cfe 100644
--- a/source4/client/client.c
+++ b/source4/client/client.c
@@ -1648,7 +1648,7 @@ static int cmd_allinfo(const char **cmd_ptr)
}
pstrcat(fname,buf);
- mem_ctx = talloc_init(fname);
+ mem_ctx = talloc_init("%s", fname);
/* first a ALL_INFO QPATHINFO */
finfo.generic.level = RAW_FILEINFO_ALL_INFO;
@@ -1763,7 +1763,7 @@ static int cmd_acl(const char **cmd_ptr)
return -1;
}
- mem_ctx = talloc_init(fname);
+ mem_ctx = talloc_init("%s", fname);
query.in.fnum = fnum;
query.in.secinfo_flags = 0x7;