projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea05c23
)
In clntudp_call, fix a bug in the handling of an error case (it failed
author
Greg Hudson
<ghudson@mit.edu>
Thu, 2 Oct 2008 16:53:57 +0000
(16:53 +0000)
committer
Greg Hudson
<ghudson@mit.edu>
Thu, 2 Oct 2008 16:53:57 +0000
(16:53 +0000)
to set the error status field and generated a dead code warning).
ticket: 6121
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20809
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/rpc/clnt_udp.c
patch
|
blob
|
history
diff --git
a/src/lib/rpc/clnt_udp.c
b/src/lib/rpc/clnt_udp.c
index bb0727d11f44693669255dda4792d3d458e941c0..8722e755a094ac39768e1eb7132f5d5c876e458f 100644
(file)
--- a/
src/lib/rpc/clnt_udp.c
+++ b/
src/lib/rpc/clnt_udp.c
@@
-401,7
+401,6
@@
send_again:
reply_xdrs.x_op = XDR_FREE;
xdr_replymsg(&reply_xdrs, &reply_msg);
reply_xdrs.x_op = op;
- return (RPC_CANTDECODERES);
cu->cu_error.re_status = RPC_CANTDECODERES;
}
return (cu->cu_error.re_status);