From 0181d51684f26ea4e00831768be63e0d893636d5 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 6 Jan 2010 15:50:53 -0600 Subject: [PATCH] Port modemconf to the new framework --- plugins/modemconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modemconf.c b/plugins/modemconf.c index 4da611e..c8c261f 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); -- 2.7.4