aboutsummaryrefslogtreecommitdiff
path: root/sunrpc/clnt_unix.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-05-21 11:52:20 -0700
committerUlrich Drepper <drepper@redhat.com>2010-05-21 11:52:20 -0700
commitf0ccf6ea41931f325df4699a4c7fdf81888563ee (patch)
tree6d2b51167dd5bac0ed08a5736a6e48e82dd98017 /sunrpc/clnt_unix.c
parent5b08ac571ff8e94fe96511a532f0d20997de5f52 (diff)
downloadglibc-f0ccf6ea41931f325df4699a4c7fdf81888563ee.zip
glibc-f0ccf6ea41931f325df4699a4c7fdf81888563ee.tar.gz
glibc-f0ccf6ea41931f325df4699a4c7fdf81888563ee.tar.bz2
sunrpc: Fix spurious fall-through
Diffstat (limited to 'sunrpc/clnt_unix.c')
-rw-r--r--sunrpc/clnt_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/clnt_unix.c b/sunrpc/clnt_unix.c
index db3ea31..bca1273 100644
--- a/sunrpc/clnt_unix.c
+++ b/sunrpc/clnt_unix.c
@@ -376,6 +376,7 @@ clntunix_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 clntunix_call() increments once */
+ break;
case CLGET_VERS:
/*
* This RELIES on the information that, in the call body,