diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-01-06 15:50:53 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-01-06 15:50:53 -0600 |
commit | 0181d51684f26ea4e00831768be63e0d893636d5 (patch) | |
tree | 7ac6bb2a621b0a809918c18e76bddeb63ff73f55 | |
parent | d2b46cde6d88b052ba8b39f2fee2b1f9be161035 (diff) | |
download | ofono-0181d51684f26ea4e00831768be63e0d893636d5.tar.bz2 |
Port modemconf to the new framework
-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 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); |