diff options
-rw-r--r-- | plugins/modemconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modemconf.c b/plugins/modemconf.c index 81aebdc0..3b34a6df 100644 --- a/plugins/modemconf.c +++ b/plugins/modemconf.c @@ -41,7 +41,7 @@ static struct ofono_modem *create_modem(GKeyFile *keyfile, const char *group) if (!driver) return NULL; - modem = ofono_modem_create(group, driver); + modem = ofono_modem_create(driver); g_free(driver); |