From f0ccf6ea41931f325df4699a4c7fdf81888563ee Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 21 May 2010 11:52:20 -0700 Subject: sunrpc: Fix spurious fall-through --- sunrpc/clnt_udp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sunrpc/clnt_udp.c') 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, -- cgit v1.2.3