summaryrefslogtreecommitdiff
path: root/sunrpc/clnt_tcp.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-06-01 18:47:47 +0200
committerAndreas Schwab <schwab@redhat.com>2010-06-01 18:53:14 +0200
commitaaad8680151594274d49bc8b94039856d5188db0 (patch)
treebd239864848f7a4a618cffd0539c93710ecb0afd /sunrpc/clnt_tcp.c
parent338fbf6f508a1378faafcfce45cacd8286c96597 (diff)
parent6f8d0c6391d8d47d9d70bbdbeaa8813b657ae097 (diff)
Merge remote branch 'origin/release/2.12/master' into fedora/2.12/master
Diffstat (limited to 'sunrpc/clnt_tcp.c')
-rw-r--r--sunrpc/clnt_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/clnt_tcp.c b/sunrpc/clnt_tcp.c
index 1552be87ad..d26a1268ab 100644
--- a/sunrpc/clnt_tcp.c
+++ b/sunrpc/clnt_tcp.c
@@ -399,6 +399,7 @@ clnttcp_control (CLIENT *cl, int request, char *info)
/* This will set the xid of the NEXT call */
*(u_long *)ct->ct_mcall = htonl (*(u_long *)info - 1);
/* decrement by 1 as clnttcp_call() increments once */
+ break;
case CLGET_VERS:
/*
* This RELIES on the information that, in the call body,