aboutgitcodebugslistschat
path: root/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcp.c')
-rw-r--r--tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp.c b/tcp.c
index 3538eec..1c902ac 100644
--- a/tcp.c
+++ b/tcp.c
@@ -1404,7 +1404,7 @@ void tcp_linger0_(const struct flow_common *f, int s)
*/
if (setsockopt(s, SOL_SOCKET, SO_LINGER,
&linger0, sizeof(linger0)) < 0) {
- flow_log_(f, LOG_DEBUG, true, false,
+ flow_log_(f, LOG_DEBUG, true,
"SO_LINGER failed, may not send RST to peer");
}
}