diff options
| author | hasso <hasso> | 2005-05-06 19:33:35 +0000 | 
|---|---|---|
| committer | hasso <hasso> | 2005-05-06 19:33:35 +0000 | 
| commit | e7fe8c88c3d552400e1ae3ae9243319ab95d6f2d (patch) | |
| tree | 57344fab75787ff46b96867fa2b739d5b1991aa7 /lib/sockunion.c | |
| parent | 15935e9ae1619288f0f78fcc0dac15c1c25d41c6 (diff) | |
	* sockunion.c: Fix warning message.
Diffstat (limited to 'lib/sockunion.c')
| -rw-r--r-- | lib/sockunion.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; | 
