summaryrefslogtreecommitdiff
path: root/lib/sockopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sockopt.c')
-rw-r--r--lib/sockopt.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/sockopt.c b/lib/sockopt.c
index 89f3d5b594..8e38a29278 100644
--- a/lib/sockopt.c
+++ b/lib/sockopt.c
@@ -701,6 +701,12 @@ int sockopt_tcp_signature_ext(int sock, union sockunion *su, uint16_t prefixlen,
}
return ret;
#endif /* HAVE_TCP_MD5SIG */
+
+ /*
+ * Making compiler happy. If we get to this point we probably
+ * have done something really really wrong.
+ */
+ return -2;
}
int sockopt_tcp_signature(int sock, union sockunion *su, const char *password)