mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 01:42:55 +00:00
* sockunion.c: Fix warning message.
This commit is contained in:
parent
15935e9ae1
commit
e7fe8c88c3
@ -1,3 +1,7 @@
|
|||||||
|
2005-05-06 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
|
* sockunion.c: Fix warning message.
|
||||||
|
|
||||||
2005-05-03 Paul Jakma <paul@dishone.st>
|
2005-05-03 Paul Jakma <paul@dishone.st>
|
||||||
|
|
||||||
* stream.h: Add comment about the special zero-ing ability of
|
* stream.h: Add comment about the special zero-ing ability of
|
||||||
|
@ -476,7 +476,7 @@ sockopt_reuseport (int sock)
|
|||||||
(void *) &on, sizeof (on));
|
(void *) &on, sizeof (on));
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
zlog (NULL, LOG_WARNING, "can't set sockopt SO_REUSEADDR to socket %d", sock);
|
zlog (NULL, LOG_WARNING, "can't set sockopt SO_REUSEPORT to socket %d", sock);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user