summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2008-12-06 16:08:35 -0800
committerTim Prouty <tprouty@samba.org>2008-12-09 18:06:49 -0800
commit7b9f6dda131f471ae61c12e7eb06d67b8f02b1cf (patch)
tree7e948a71bc8d910f439d3d429eb9d31ccf334ade /source3/include/smb.h
parent4a9b092eb43603bae6190b8a5fdee20c9ebae26c (diff)
downloadsamba-7b9f6dda131f471ae61c12e7eb06d67b8f02b1cf.tar.gz
samba-7b9f6dda131f471ae61c12e7eb06d67b8f02b1cf.tar.bz2
samba-7b9f6dda131f471ae61c12e7eb06d67b8f02b1cf.zip
s3: [3/3]: Fix a delete on close divergence from windows and the associated torture test
This third patch cleans up by removing all of the code that is made obsolete by the first patch. It should cause no functional changes.
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 39673e1ff7..112b4e0f91 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -710,7 +710,6 @@ struct pending_message_list {
};
#define SHARE_MODE_FLAG_POSIX_OPEN 0x1
-#define SHARE_MODE_ALLOW_INITIAL_DELETE_ON_CLOSE 0x2
/* struct returned by get_share_modes */
struct share_mode_entry {