s4:ntvfs/ipc: fix ipc_close()
authorStefan Metzmacher <metze@samba.org>
Sat, 18 Oct 2014 08:42:00 +0000 (10:42 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 3 Jul 2015 00:00:28 +0000 (02:00 +0200)
commitebfb1e9dac55449c3bf3f3a13f61d2050631ccf5
tree8ea2c8bf6127318ad8a60be774cfded62ed10d63
parentd1e81df36e8906a84ef374e91bf377a0589f100a
s4:ntvfs/ipc: fix ipc_close()

Until now this always returned NT_STATUS_INVALID_LEVEL
for everything but RAW_CLOSE_CLOSE.

Now it maps everything correctly to RAW_CLOSE_GENERIC.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/ntvfs/ipc/vfs_ipc.c