diff options
Diffstat (limited to 'lib/sockopt.c')
-rw-r--r-- | lib/sockopt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sockopt.c b/lib/sockopt.c index 4ba7e874..3a25ae1a 100644 --- a/lib/sockopt.c +++ b/lib/sockopt.c @@ -561,3 +561,4 @@ sockopt_tcp_signature (int sock, union sockunion *su, const char *password) return -2; #endif /* HAVE_TCP_MD5SIG */ } + |