[git commit nptl] fix typo in version mismatch msg

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sun Jan 24 05:32:10 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=0d30e6a7666c3cab001e7343a71bfa2d3e5abbd4
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

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 2b1609e..bf55a3c 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:
-- 
1.6.3.3



More information about the uClibc-cvs mailing list