From: Marcel Holtmann Date: Fri, 24 Jul 2009 07:37:11 +0000 (+0200) Subject: Fix wrong variable reference when sending technology replies X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~3375 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0c4b1cb878a810fd30bd4f9a63eacc88430f8cc;p=profile%2Fivi%2Fconnman.git Fix wrong variable reference when sending technology replies --- diff --git a/src/manager.c b/src/manager.c index c318be1..8e34791 100644 --- a/src/manager.c +++ b/src/manager.c @@ -402,7 +402,7 @@ static void technology_reply(int error) technology_timeout = 0; } - if (technology_reply != NULL) { + if (technology_pending != NULL) { if (error > 0) { DBusMessage *reply;