From ffe11200a9cb7c4353f83e0e1c3e79a0186957ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?= Date: Mon, 2 May 2011 17:48:02 +0200 Subject: [PATCH] voicecall: Fix variable initialization --- src/voicecall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/voicecall.c b/src/voicecall.c index 3e66004..4564a65 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -2600,6 +2600,7 @@ static void emulator_generic_cb(const struct ofono_error *error, void *data) struct ofono_emulator *em = data; struct ofono_error result; + result.error = error->error; result.type = error->type; ofono_emulator_send_final(em, &result); -- 2.7.4