diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index a6f31bcf17..fcb9b27f1f 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -1281,7 +1281,7 @@ static int cmd_more(void) if (!lname) { return 1; } - fd = smb_mkstemp(lname); + fd = mkstemp(lname); if (fd == -1) { d_printf("failed to create temporary file for more\n"); return 1; |