diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-01-21 10:36:13 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-01-21 10:36:13 +0100 |
commit | 0d30e6a7666c3cab001e7343a71bfa2d3e5abbd4 (patch) | |
tree | a45322c9b558db4b75d08b50642a2c4496969993 | |
parent | 6140a2a7175a796a7c06119f036357db87a1b865 (diff) |
fix typo in version mismatch msg
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | libc/inet/rpc/rpc_prot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/rpc_prot.c b/libc/inet/rpc/rpc_prot.c index 2b1609ea9..bf55a3cfc 100644 --- a/libc/inet/rpc/rpc_prot.c +++ b/libc/inet/rpc/rpc_prot.c @@ -219,7 +219,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: |