summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-08-28 19:47:48 +0000
committerJeremy Allison <jra@samba.org>2002-08-28 19:47:48 +0000
commit790b85f5e21b3dafe5dc3e7835e8f14dfd498462 (patch)
tree40e81e3db9dd04d4e7650b9906f96387d3979bdb /source3/include
parent0a771a4f0be14070613d252717c1b4707270f5dc (diff)
downloadsamba-790b85f5e21b3dafe5dc3e7835e8f14dfd498462.tar.gz
samba-790b85f5e21b3dafe5dc3e7835e8f14dfd498462.tar.bz2
samba-790b85f5e21b3dafe5dc3e7835e8f14dfd498462.zip
Return correct FILE_SUPERSEDED response - IFSTEST strikes again...
Jeremy. (This used to be commit df3e467eb7cce059782870bfec222293577c4f69)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 958a563642..f2eb37096c 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1190,6 +1190,7 @@ struct bitmap {
#define FILE_OPEN_BY_FILE_ID 0x2000
/* Responses when opening a file. */
+#define FILE_WAS_SUPERSEDED 0
#define FILE_WAS_OPENED 1
#define FILE_WAS_CREATED 2
#define FILE_WAS_OVERWRITTEN 3