summaryrefslogtreecommitdiff
path: root/libc/inet/rpc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-01-21 10:36:13 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-01-21 10:36:13 +0100
commit0d30e6a7666c3cab001e7343a71bfa2d3e5abbd4 (patch)
treea45322c9b558db4b75d08b50642a2c4496969993 /libc/inet/rpc
parent6140a2a7175a796a7c06119f036357db87a1b865 (diff)
fix typo in version mismatch msg
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet/rpc')
-rw-r--r--libc/inet/rpc/rpc_prot.c2
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: