diff options
author | Renato Botelho <renato@netgate.com> | 2016-07-11 14:09:23 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-07-11 14:09:23 -0300 |
commit | 3a4027cfafa37c1a0c0b05987c0edb1452c7bd2b (patch) | |
tree | 66dc775beb72a91e58e26949f9cba8fbd74c9301 /usr.sbin/rpcbind/rpcb_stat.c | |
parent | ac9e13a9f38640234319dfe1b3c26b7e69057982 (diff) | |
parent | 0ddba37c51521e5d2e7ada2ebd4619a703477036 (diff) | |
download | FreeBSD-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.c | 2 |
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) { |