summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zebra/ChangeLog4
-rw-r--r--zebra/ioctl_solaris.c2
2 files changed, 5 insertions, 1 deletions
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 <paul.jakma@sun.com>
+
+ * ioctl{_solaris,}.c: (if_get_mtu) Fix missing ; in last commit.
+
2007-04-10 Paul Jakma <paul.jakma@sun.com>
* 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)