mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-02-20 08:26:55 +07:00
insmod: fix wron fallthrough of -f
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
42f32b8ae4
commit
d64b286a9a
@ -81,6 +81,8 @@ static int do_insmod(int argc, char *argv[])
|
||||
switch (c) {
|
||||
case 'p':
|
||||
case 's':
|
||||
/* ignored, for compatibility only */
|
||||
break;
|
||||
case 'f':
|
||||
flags |= KMOD_PROBE_FORCE_MODVERSION;
|
||||
flags |= KMOD_PROBE_FORCE_VERMAGIC;
|
||||
|
Loading…
Reference in New Issue
Block a user