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/ioctl_solaris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/ioctl_solaris.c') 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