diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-05-04 23:05:47 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-05-11 12:10:21 +0200 |
commit | 47c447c42e0bfa1836d951d1e6c1a2236d39dcbb (patch) | |
tree | 4bf10914440cb7d2df02fcfa7f7c2733a582cd6e /sysdep/linux | |
parent | 95616c820248018f4999972cad315f2da60e4960 (diff) |
Minor cleanups.
Diffstat (limited to 'sysdep/linux')
-rw-r--r-- | sysdep/linux/sysio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/linux/sysio.h b/sysdep/linux/sysio.h index 705a20ae..90b3ebd9 100644 --- a/sysdep/linux/sysio.h +++ b/sysdep/linux/sysio.h @@ -301,7 +301,7 @@ sk_set_min_ttl6(sock *s, int ttl) if (errno == ENOPROTOOPT) log(L_ERR "Kernel does not support IPv6 TTL security"); else - log(L_ERR "sk_set_min_ttl4: setsockopt: %m"); + log(L_ERR "sk_set_min_ttl6: setsockopt: %m"); return -1; } |