Index: rpcb_stat.c =================================================================== --- rpcb_stat.c +++ rpcb_stat.c @@ -151,7 +151,7 @@ rpcbs_rmtcalllist *rl; struct netconfig *nconf; - if (rtype > RPCBVERS_STAT) + if (rtype >= RPCBVERS_STAT) return; for (rl = inf[rtype].rmtinfo; rl; rl = rl->next) {