mirror of
https://github.com/samba-team/samba.git
synced 2025-09-30 01:44:21 +03:00
wfabuild: fix the -errwarn compile flag test
as in the autoconf build this must be "-errwarn=%all"
This commit is contained in:
committed by
Bjoern Jacke
parent
a3a1cd4797
commit
0342ca4062
@@ -817,6 +817,9 @@ 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
|
||||
|
Reference in New Issue
Block a user