diff options
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r-- | source3/smbd/nttrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index c9874f6a48..9bfc566410 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -1256,7 +1256,7 @@ static NTSTATUS copy_internals(TALLOC_CTX *ctx, /* Grrr. We have to do this as open_file_ntcreate adds aARCH when it creates the file. This isn't the correct thing to do in the copy case. JRA */ - if (!parent_dirname_talloc(talloc_tos(), newname, &parent, NULL)) { + if (!parent_dirname(talloc_tos(), newname, &parent, NULL)) { return NT_STATUS_NO_MEMORY; } file_set_dosmode(conn, newname, fattr, &sbuf2, parent, false); |