diff options
| author | Duncan Barclay <dmlb@FreeBSD.org> | 2001-05-03 20:58:22 +0000 |
|---|---|---|
| committer | Duncan Barclay <dmlb@FreeBSD.org> | 2001-05-03 20:58:22 +0000 |
| commit | a57f440cf5fa6c0b0df895abe8a1619791f70cbf (patch) | |
| tree | 24a18b4cdd0c88355eeb55171f623557b88a2c52 /usr.sbin | |
| parent | 9c6a0f184b7339af56b4899d6f52bec34ad4cae6 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/raycontrol/raycontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/raycontrol/raycontrol.c b/usr.sbin/raycontrol/raycontrol.c index 604960f16b09..dbfe5c3ba286 100644 --- a/usr.sbin/raycontrol/raycontrol.c +++ b/usr.sbin/raycontrol/raycontrol.c @@ -183,7 +183,7 @@ ray_dumpinfo(char *iface) printf("%-26s\t", mib_strings[RAY_MIB_VERSION]); printf("%d\n", 3+version); - for (mib = RAY_MIB_NET_TYPE; mib < RAY_MIB_MAX; mib++) { + for (mib = RAY_MIB_NET_TYPE; mib <= RAY_MIB_MAX; mib++) { if ((mib_info[mib][0] & version) == 0) continue; |
