diff options
Diffstat (limited to 'sunrpc/rpc_prot.c')
-rw-r--r-- | sunrpc/rpc_prot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_prot.c b/sunrpc/rpc_prot.c index b19dff7656..9a23cc1b02 100644 --- a/sunrpc/rpc_prot.c +++ b/sunrpc/rpc_prot.c @@ -214,7 +214,7 @@ rejected (enum reject_stat rjct_stat, { switch (rjct_stat) { - case RPC_VERSMISMATCH: + case RPC_MISMATCH: error->re_status = RPC_VERSMISMATCH; return; case AUTH_ERROR: |