summaryrefslogtreecommitdiff
path: root/sunrpc/clnt_udp.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-05-31 16:40:07 +0200
committerAndreas Schwab <schwab@redhat.com>2010-05-31 16:40:37 +0200
commite4f86066d211bea24b760ea74bbc6b26f66040b6 (patch)
tree8cb043416913681ddb3c53e9ea84fda09b431859 /sunrpc/clnt_udp.c
parentaa3e9bcc7d94da0c6537eca4f4194898e4369fa3 (diff)
parenteb5ad2eb0d06326846ed37addebe187a0f67c7c7 (diff)
Merge remote branch 'origin/master' into fedora/master
Diffstat (limited to 'sunrpc/clnt_udp.c')
-rw-r--r--sunrpc/clnt_udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/clnt_udp.c b/sunrpc/clnt_udp.c
index 62ee3a1c99..360e26a594 100644
--- a/sunrpc/clnt_udp.c
+++ b/sunrpc/clnt_udp.c
@@ -582,6 +582,7 @@ clntudp_control (CLIENT *cl, int request, char *info)
/* This will set the xid of the NEXT call */
*(u_long *)cu->cu_outbuf = htonl(*(u_long *)info - 1);
/* decrement by 1 as clntudp_call() increments once */
+ break;
case CLGET_VERS:
/*
* This RELIES on the information that, in the call body,