From bd9da7fe8cdbc915f3b43a0632326401f28fe310 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Sun, 29 Apr 2007 16:50:46 +0000 Subject: [zebra] Fix merge error in previous solaris changeset 2007-04-29 Paul Jakma * ioctl{_solaris,}.c: (if_get_mtu) Fix missing ; in last commit. --- zebra/ChangeLog | 4 ++++ zebra/ioctl_solaris.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/zebra/ChangeLog b/zebra/ChangeLog index c00ede3c..19a76246 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,7 @@ +2007-04-29 Paul Jakma + + * ioctl{_solaris,}.c: (if_get_mtu) Fix missing ; in last commit. + 2007-04-10 Paul Jakma * ioctl{_solaris,}.c: (if_get_mtu) Ping clients via diff --git a/zebra/ioctl_solaris.c b/zebra/ioctl_solaris.c index f68ea56e..6e25d876 100644 --- a/zebra/ioctl_solaris.c +++ b/zebra/ioctl_solaris.c @@ -195,7 +195,7 @@ if_get_mtu (struct interface *ifp) else { ifp->mtu6 = lifreq.lifr_metric; - changed = 1 + changed = 1; } if (changed) -- cgit v1.2.1