about summary refs log tree commit diff
path: root/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/clnt_perr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c
index 7896499f82..ba95d07ce8 100644
--- a/sunrpc/clnt_perr.c
+++ b/sunrpc/clnt_perr.c
@@ -241,7 +241,7 @@ static const struct rpc_errtab rpc_errlist[] =
   { RPC_VERSMISMATCH, RPC_VERSMISMATCH_IDX },
   { RPC_AUTHERROR, RPC_AUTHERROR_IDX },
   { RPC_PROGUNAVAIL, RPC_PROGUNAVAIL_IDX },
-  { RPC_PROGVERSMISMATCH, RPC_PROGVERSMISMATCH },
+  { RPC_PROGVERSMISMATCH, RPC_PROGVERSMISMATCH_IDX },
   { RPC_PROCUNAVAIL, RPC_PROCUNAVAIL_IDX },
   { RPC_CANTDECODEARGS, RPC_CANTDECODEARGS_IDX },
   { RPC_SYSTEMERROR, RPC_SYSTEMERROR_IDX },