diff options
author | Jeremy Allison <jra@samba.org> | 2003-07-24 19:05:32 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-07-24 19:05:32 +0000 |
commit | ceb68ee051e97afb1cb08e6f458e23e8f475504e (patch) | |
tree | 78124e5359f380fabef4cb337cc3d7f750513bc0 /source3/include/smb.h | |
parent | 27db257734c35602fc34985a42335136166f20be (diff) | |
download | samba-ceb68ee051e97afb1cb08e6f458e23e8f475504e.tar.gz samba-ceb68ee051e97afb1cb08e6f458e23e8f475504e.tar.bz2 samba-ceb68ee051e97afb1cb08e6f458e23e8f475504e.zip |
Fix packet signing with asynchronous oplock breaks. Removed bad error message
due to w2k bug. I think this code is now working.... Need more testing of course
but works on all the obvious cases I can think of.
Jeremy.
(This used to be commit a6e537f6611cc1357fffea0b69901fba7c9ad6ea)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 85ee5cdfc6..9800e21dff 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -79,9 +79,7 @@ typedef int BOOL; #define READ_TIMEOUT 1 #define READ_EOF 2 #define READ_ERROR 3 - -/* This error code can go into the client smb_rw_error. */ -#define WRITE_ERROR 4 +#define WRITE_ERROR 4 /* This error code can go into the client smb_rw_error. */ #define READ_BAD_SIG 5 #define DIR_STRUCT_SIZE 43 |