diff options
author | paul <paul> | 2007-04-29 16:50:46 +0000 |
---|---|---|
committer | paul <paul> | 2007-04-29 16:50:46 +0000 |
commit | 6d45f5a1a972dacf7ce4018fbcfa0912169f1543 (patch) | |
tree | e7faf1781140c2c83cbdd5db6c79f8585d4ac7eb /zebra/ioctl_solaris.c | |
parent | 4b143474930638edbbb9e5bd462cdc19436f345e (diff) | |
download | quagga-6d45f5a1a972dacf7ce4018fbcfa0912169f1543.tar.bz2 quagga-6d45f5a1a972dacf7ce4018fbcfa0912169f1543.tar.xz |
[zebra] Fix merge error in previous solaris changeset
2007-04-29 Paul Jakma <paul.jakma@sun.com>
* ioctl{_solaris,}.c: (if_get_mtu) Fix missing ; in last commit.
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) |