diff options
author | Minjun Li <minjun.li@intel.com> | 2009-05-26 15:37:22 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-05-27 10:01:47 -0500 |
commit | 2c73893d0a707a8f1ae9fe0c857528eea38e29bf (patch) | |
tree | d8320ea3f2471f7f19388ec085cfd11cc95fec84 /src | |
parent | e7fe2273d94e580121fd41851d3c1718e05e4088 (diff) | |
download | ofono-2c73893d0a707a8f1ae9fe0c857528eea38e29bf.tar.bz2 |
Delete the repeated calling of voicecall_create
Diffstat (limited to 'src')
-rw-r--r-- | src/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index 73d88897..8318143a 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1444,7 +1444,7 @@ static void dial_callback(const struct ofono_error *error, void *data) } ofono_debug("Registering new call: %d", call->id); - voicecall_dbus_register(voicecall_create(modem, call)); + voicecall_dbus_register(v); calls->call_list = g_slist_insert_sorted(calls->call_list, v, call_compare); |