diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/clnt_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/clnt_tcp.c b/sunrpc/clnt_tcp.c index abb284982e..8fc312b9a2 100644 --- a/sunrpc/clnt_tcp.c +++ b/sunrpc/clnt_tcp.c @@ -300,7 +300,7 @@ call_again: continue; return ct->ct_error.re_status; } - if (reply_msg.rm_xid == x_id) + if ((u_int32_t) reply_msg.rm_xid == x_id) break; } |