diff options
author | Björn Jacke <bj@sernet.de> | 2012-10-31 15:31:08 +0100 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-10-31 19:25:30 +0100 |
commit | ffb608b54d452e2c96222840f1bd48759f32d0b5 (patch) | |
tree | ab20eb011815c88b8277382b75a640a849b5f424 /lib/util | |
parent | 59e9661de2dd19808295002f1329b27d5dca09e6 (diff) | |
download | samba-ffb608b54d452e2c96222840f1bd48759f32d0b5.tar.gz |
util: remove accidently committed hunk
Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Wed Oct 31 19:25:30 CET 2012 on sn-devel-104
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/util_net.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/util/util_net.c b/lib/util/util_net.c index 536c0a4e2b7..83afda4c78e 100644 --- a/lib/util/util_net.c +++ b/lib/util/util_net.c @@ -817,9 +817,6 @@ static const smb_socket_option socket_options[] = { #ifdef TCP_QUICKACK {"TCP_QUICKACK", IPPROTO_TCP, TCP_QUICKACK, 0, OPT_BOOL}, #endif -#ifdef TCP_FASTOPEN - {"TCP_FASTOPEN", IPPROTO_TCP, TCP_FASTOPEN, 0, OPT_BOOL}, -#endif #ifdef TCP_NODELAYACK {"TCP_NODELAYACK", IPPROTO_TCP, TCP_NODELAYACK, 0, OPT_BOOL}, #endif |