1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

sunrpc: Fix spurious fall-through

This commit is contained in:
Andreas Schwab
2010-05-21 11:52:20 -07:00
committed by Ulrich Drepper
parent 5b08ac571f
commit f0ccf6ea41
4 changed files with 9 additions and 0 deletions

View File

@ -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,