summaryrefslogtreecommitdiff
path: root/ripngd/ripng_interface.c
diff options
context:
space:
mode:
authorhasso <hasso>2005-04-08 01:30:51 +0000
committerhasso <hasso>2005-04-08 01:30:51 +0000
commit3a2ce6a14e3e302c3fdca2ff99143cfd06b145e6 (patch)
treef27ec1418be4c3e9a123e67ef22ca090bca28906 /ripngd/ripng_interface.c
parent528bed4a9a997216ba95e3ae445efa79436cc551 (diff)
* prefix.[hc]: Pass argument to the inet6_ntoa by value making it more
inet_ntoa alike. * ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes argument now by value.
Diffstat (limited to 'ripngd/ripng_interface.c')
-rw-r--r--ripngd/ripng_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_interface.c b/ripngd/ripng_interface.c
index d2fa3d60..52a1fe24 100644
--- a/ripngd/ripng_interface.c
+++ b/ripngd/ripng_interface.c
@@ -437,7 +437,7 @@ ripng_interface_address_add (int command, struct zclient *zclient,
{
if (IS_RIPNG_DEBUG_ZEBRA)
zlog_debug ("RIPng connected address %s/%d add",
- inet6_ntoa(&p->u.prefix6),
+ inet6_ntoa(p->u.prefix6),
p->prefixlen);
/* Check is this prefix needs to be redistributed. */