summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_generic.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-09-23 12:09:56 +1000
committerAndrew Tridgell <tridge@samba.org>2008-09-23 12:09:56 +1000
commitf4e212323fb7ba2bd226194287602210aa9590ec (patch)
tree5ed2826867974b9b8968d6b6d3bddfbf8bdfc593 /source4/ntvfs/ntvfs_generic.c
parente42caab6f91369a981619d0b711071cd1c724d5d (diff)
downloadsamba-f4e212323fb7ba2bd226194287602210aa9590ec.tar.gz
samba-f4e212323fb7ba2bd226194287602210aa9590ec.tar.bz2
samba-f4e212323fb7ba2bd226194287602210aa9590ec.zip
added some debug code
Diffstat (limited to 'source4/ntvfs/ntvfs_generic.c')
-rw-r--r--source4/ntvfs/ntvfs_generic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/ntvfs_generic.c b/source4/ntvfs/ntvfs_generic.c
index c34bb7125e..554d5c5aef 100644
--- a/source4/ntvfs/ntvfs_generic.c
+++ b/source4/ntvfs/ntvfs_generic.c
@@ -533,6 +533,8 @@ NTSTATUS ntvfs_map_open(struct ntvfs_module_context *ntvfs,
/* we need to check these bits before we check the private mask */
if (io2->generic.in.create_options & SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASK) {
+ DEBUG(2,(__location__ " create_options 0x%x not supported\n",
+ io2->generic.in.create_options));
status = NT_STATUS_NOT_SUPPORTED;
break;
}