diff options
author | Tim Potter <tpot@samba.org> | 2001-10-20 23:34:40 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-10-20 23:34:40 +0000 |
commit | 7cd889f566ebe352721943e53a055db5b817f12f (patch) | |
tree | 1e58956a4364719e01a683a7bcf1b1c20b28c427 /source3/include | |
parent | 88b55f47b4914f7d390939e4394ec3edd42be91f (diff) | |
download | samba-7cd889f566ebe352721943e53a055db5b817f12f.tar.gz samba-7cd889f566ebe352721943e53a055db5b817f12f.tar.bz2 samba-7cd889f566ebe352721943e53a055db5b817f12f.zip |
Converted a bunch of 0x85 constants to SMBkeepalive.
(This used to be commit b16a15a13ed7d267c6366abaeeb3ccafa5776f5e)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 7cef5670bd..8fcbe60646 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -848,6 +848,7 @@ struct bitmap { #define SMBffirst 0x82 /* find first */ #define SMBfunique 0x83 /* find unique */ #define SMBfclose 0x84 /* find close */ +#define SMBkeepalive 0x85 /* keepalive */ #define SMBinvalid 0xFE /* invalid command */ /* Extended 2.0 protocol */ |