summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-12-24 13:51:47 +0100
committerVolker Lendecke <vl@samba.org>2008-12-31 19:33:25 +0100
commit972295f80a96e3928be426edf607cbdd3990a2d9 (patch)
tree0142539debab9528d7b0d8ab82cb62b2e4de4183 /source3/smbd/nttrans.c
parent9b79181f1508b8a126a48511232205abe456e923 (diff)
downloadsamba-972295f80a96e3928be426edf607cbdd3990a2d9.tar.gz
samba-972295f80a96e3928be426edf607cbdd3990a2d9.tar.bz2
samba-972295f80a96e3928be426edf607cbdd3990a2d9.zip
Rename parent_dirname_talloc() to parent_dirname()
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r--source3/smbd/nttrans.c2
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);