pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANS
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Mar 2008 18:29:18 +0000 (19:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 11 Mar 2008 19:16:52 +0000 (20:16 +0100)
metze
(This used to be commit 6dc280731d071681b635a2f091be2b153a902080)

source4/ntvfs/posix/pvfs_rename.c

index 29b2d030059a2ca5e8a110de8c0cc559308e2f7f..e94de8b28ef6c67e5df143617e816cde0427b225 100644 (file)
@@ -575,6 +575,9 @@ NTSTATUS pvfs_rename(struct ntvfs_module_context *ntvfs,
        case RAW_RENAME_NTRENAME:
                return pvfs_rename_nt(ntvfs, req, ren);
 
+       case RAW_RENAME_NTTRANS:
+               return NT_STATUS_NOT_IMPLEMENTED;
+
        default:
                break;
        }