1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Minor cleanups.

This commit is contained in:
Ondrej Zajicek
2012-05-04 23:05:47 +02:00
parent 95616c8202
commit 47c447c42e
4 changed files with 4 additions and 11 deletions

View File

@@ -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;
}