diff options
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r-- | proto/rip/rip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 294206b..1249294 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -497,7 +497,7 @@ new_iface(struct proto *p, struct iface *new, unsigned long flags) } static void -rip_if_notify(struct proto *p, unsigned c, struct iface *old, struct iface *new) +rip_if_notify(struct proto *p, unsigned c, struct iface *new, struct iface *old) { DBG( "RIP: if notify\n" ); if (old) { |