diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-12 08:57:14 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-12 09:44:04 +0200 |
commit | 142b4f5b3710c044d039eda63973619450034dfb (patch) | |
tree | 859a3aa3c8ab1eba79e94c96ad4528b7b132e310 /source3/include | |
parent | 0633c0f6003a21de0417143c6fb7ec5dd207397a (diff) | |
download | samba-142b4f5b3710c044d039eda63973619450034dfb.tar.gz samba-142b4f5b3710c044d039eda63973619450034dfb.tar.bz2 samba-142b4f5b3710c044d039eda63973619450034dfb.zip |
s3:include: remove SMBkeepalive
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 11664b32ac..8ba878034f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -808,7 +808,6 @@ struct connections_data { #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 */ |