Rename parent_dirname_talloc() to parent_dirname()
[metze/samba/wip.git] / source3 / smbd / nttrans.c
index c9874f6a48139ac134c03cdb69590fe68ee72ff2..9bfc5664101aeb8f59741a20cf420c8608569370 100644 (file)
@@ -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);