summaryrefslogtreecommitdiffstats
path: root/lib/sockopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sockopt.c')
-rw-r--r--lib/sockopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sockopt.c b/lib/sockopt.c
index 1f84aaca..3e4580ac 100644
--- a/lib/sockopt.c
+++ b/lib/sockopt.c
@@ -624,7 +624,7 @@ sockopt_tcp_signature (int sock, union sockunion *su, const char *password)
int
sockopt_ttl (int family, int sock, int ttl)
{
- char* msg ;
+ const char* msg ;
int ret ;
ret = 0 ;