summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_open.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/posix/pvfs_open.c
parente42caab6f91369a981619d0b711071cd1c724d5d (diff)
downloadsamba-f4e212323fb7ba2bd226194287602210aa9590ec.tar.gz
samba-f4e212323fb7ba2bd226194287602210aa9590ec.tar.bz2
samba-f4e212323fb7ba2bd226194287602210aa9590ec.zip
added some debug code
Diffstat (limited to 'source4/ntvfs/posix/pvfs_open.c')
-rw-r--r--source4/ntvfs/posix/pvfs_open.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/pvfs_open.c b/source4/ntvfs/posix/pvfs_open.c
index c127885a68..8dbc674241 100644
--- a/source4/ntvfs/posix/pvfs_open.c
+++ b/source4/ntvfs/posix/pvfs_open.c
@@ -1216,6 +1216,8 @@ NTSTATUS pvfs_open(struct ntvfs_module_context *ntvfs,
create_options &= ~create_options_must_ignore_mask;
if (create_options & NTCREATEX_OPTIONS_NOT_SUPPORTED_MASK) {
+ DEBUG(2,(__location__ " create_options 0x%x not supported\n",
+ create_options));
return NT_STATUS_NOT_SUPPORTED;
}