From e7fe8c88c3d552400e1ae3ae9243319ab95d6f2d Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 6 May 2005 19:33:35 +0000 Subject: * sockunion.c: Fix warning message. --- lib/ChangeLog | 4 ++++ lib/sockunion.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ChangeLog b/lib/ChangeLog index fb5b1309..38f9cf6e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-05-06 Hasso Tepper + + * sockunion.c: Fix warning message. + 2005-05-03 Paul Jakma * stream.h: Add comment about the special zero-ing ability of diff --git a/lib/sockunion.c b/lib/sockunion.c index 7157b49c..8a1fd9d2 100644 --- a/lib/sockunion.c +++ b/lib/sockunion.c @@ -476,7 +476,7 @@ sockopt_reuseport (int sock) (void *) &on, sizeof (on)); 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 0; -- cgit v1.2.1