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:
committed by
Ulrich Drepper
parent
5b08ac571f
commit
f0ccf6ea41
@ -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,
|
||||
|
Reference in New Issue
Block a user