aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>2011-12-10 21:02:39 -0200
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>2011-12-11 20:58:22 -0200
commit3a721bbcf02217e11b214a479f15529669d05339 (patch)
tree700dd3b71ec37d669a03bd459ab6aa25fdc3339e /test
parentd917f2743e13e405f7042a31f9e3754f3e95da0e (diff)
downloadkmod-3a721bbcf02217e11b214a479f15529669d05339.tar.gz
insmod: allows providing option to module.
Diffstat (limited to 'test')
-rw-r--r--test/test-insmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-insmod.c b/test/test-insmod.c
index aeb735a..6deaf77 100644
--- a/test/test-insmod.c
+++ b/test/test-insmod.c
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
printf("Trying insmod '%s' (%s)\n", kmod_module_get_name(mod),
kmod_module_get_path(mod));
- err = kmod_module_insert_module(mod, 0);
+ err = kmod_module_insert_module(mod, 0, NULL);
if (err < 0) {
fprintf(stderr, "%s\n", strerror(-err));