diff options
Diffstat (limited to 'zebra/ioctl_solaris.c')
-rw-r--r-- | zebra/ioctl_solaris.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |