aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r--modutils/modprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index e3bacac56..8d2ccc562 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -589,7 +589,7 @@ int modprobe_main(int argc UNUSED_PARAM, char **argv)
589 /* First argument is module name, rest are parameters */ 589 /* First argument is module name, rest are parameters */
590 DBG("probing just module %s", *argv); 590 DBG("probing just module %s", *argv);
591 add_probe(argv[0]); 591 add_probe(argv[0]);
592 G.cmdline_mopts = parse_cmdline_module_options(argv); 592 G.cmdline_mopts = parse_cmdline_module_options(argv, /*quote_spaces:*/ 1);
593 } 593 }
594 594
595 /* Happens if all requested modules are already loaded */ 595 /* Happens if all requested modules are already loaded */