util: remove accidently committed hunk
authorBjörn Jacke <bj@sernet.de>
Wed, 31 Oct 2012 14:31:08 +0000 (15:31 +0100)
committerBjoern Jacke <bj@sernet.de>
Wed, 31 Oct 2012 18:25:30 +0000 (19:25 +0100)
Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Wed Oct 31 19:25:30 CET 2012 on sn-devel-104

lib/util/util_net.c

index 536c0a4e2b7f1d7599127cd97cfaa341d632348a..83afda4c78e95a060c93bf3233f982c00bf720c4 100644 (file)
@@ -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