diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-12 08:57:34 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-12 09:44:05 +0200 |
commit | a6b128912b60f79258a41131f942e19d6292f9a3 (patch) | |
tree | 91448ec8dc7f908eb8c8acc2924fb44228e92467 | |
parent | 5812a5218dd5b6c9833e4a64e33efdf0e7f78a03 (diff) | |
download | samba-a6b128912b60f79258a41131f942e19d6292f9a3.tar.gz samba-a6b128912b60f79258a41131f942e19d6292f9a3.tar.bz2 samba-a6b128912b60f79258a41131f942e19d6292f9a3.zip |
s4:libcli/raw: remove SMBkeepalive
metze
-rw-r--r-- | source4/libcli/raw/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index c1658406c4..ee22ae097c 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -321,7 +321,6 @@ #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 */ |