summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind/rpcb_stat.c
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-11 14:09:23 -0300
committerRenato Botelho <renato@netgate.com>2016-07-11 14:09:23 -0300
commit3a4027cfafa37c1a0c0b05987c0edb1452c7bd2b (patch)
tree66dc775beb72a91e58e26949f9cba8fbd74c9301 /usr.sbin/rpcbind/rpcb_stat.c
parentac9e13a9f38640234319dfe1b3c26b7e69057982 (diff)
parent0ddba37c51521e5d2e7ada2ebd4619a703477036 (diff)
downloadFreeBSD-src-3a4027cfafa37c1a0c0b05987c0edb1452c7bd2b.zip
FreeBSD-src-3a4027cfafa37c1a0c0b05987c0edb1452c7bd2b.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'usr.sbin/rpcbind/rpcb_stat.c')
-rw-r--r--usr.sbin/rpcbind/rpcb_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpcbind/rpcb_stat.c b/usr.sbin/rpcbind/rpcb_stat.c
index 3061754..56485ca 100644
--- a/usr.sbin/rpcbind/rpcb_stat.c
+++ b/usr.sbin/rpcbind/rpcb_stat.c
@@ -152,7 +152,7 @@ rpcbs_rmtcall(rpcvers_t rtype, rpcproc_t rpcbproc, rpcprog_t prog,
rpcbs_rmtcalllist *rl;
struct netconfig *nconf;
- if (rtype > RPCBVERS_STAT)
+ if (rtype >= RPCBVERS_STAT)
return;
for (rl = inf[rtype].rmtinfo; rl; rl = rl->next) {
OpenPOWER on IntegriCloud