summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/modemconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modemconf.c b/plugins/modemconf.c
index 4da611ec..c8c261fa 100644
--- a/plugins/modemconf.c
+++ b/plugins/modemconf.c
@@ -122,7 +122,7 @@ static struct ofono_modem *create_modem(GKeyFile *keyfile, const char *group)
if (!driver)
return NULL;
- modem = ofono_modem_create(driver);
+ modem = ofono_modem_create(group, driver);
if (!g_strcmp0(driver, "phonesim"))
set_address(modem, keyfile, group);