From 4529911b8da55cdda1998b660d56468e1733f1a8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2015 10:45:40 +0200 Subject: nlplug: fix module loading --- nlplug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlplug.c b/nlplug.c index 5e1ce83..9290852 100644 --- a/nlplug.c +++ b/nlplug.c @@ -79,7 +79,7 @@ int load_kmod(const char *modalias) if (ctx == NULL) { dbg("initializing kmod"); - ctx = kmod_new("/", NULL); + ctx = kmod_new(NULL, NULL); if (ctx == NULL) return -1; kmod_set_log_fn(ctx, NULL, NULL); -- cgit v1.2.3