Squash gcc warning about uninitialized use of v

This commit is contained in:
Denis Kenzior 2009-05-28 10:02:22 -05:00
parent b028585d07
commit b7b890fdb2
1 changed files with 1 additions and 1 deletions

View File

@ -1236,7 +1236,7 @@ void ofono_voicecall_notify(struct ofono_modem *modem, const struct ofono_call *
{
GSList *l;
struct voicecalls_data *calls = modem->voicecalls;
struct voicecall *v;
struct voicecall *v = NULL;
struct ofono_call *newcall = NULL;
ofono_debug("Got a voicecall event, status: %d, id: %u, number: %s",