From ffb608b54d452e2c96222840f1bd48759f32d0b5 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Wed, 31 Oct 2012 15:31:08 +0100 Subject: util: remove accidently committed hunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User(master): Björn Jacke Autobuild-Date(master): Wed Oct 31 19:25:30 CET 2012 on sn-devel-104 --- lib/util/util_net.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/util') diff --git a/lib/util/util_net.c b/lib/util/util_net.c index 536c0a4e2b..83afda4c78 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 -- cgit