[git commit 0_9_30] rpc: fix typo in version mismatch msg

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Jan 21 10:31:33 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=83a09cd5c9ed9afd87a7d1d17319c2fd2203ad0f
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0_9_30

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 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 74658e6..229f988 100644
--- a/libc/inet/rpc/rpc_prot.c
+++ b/libc/inet/rpc/rpc_prot.c
@@ -229,7 +229,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:
-- 
1.6.3.3



More information about the uClibc-cvs mailing list