From a0c4b1cb878a810fd30bd4f9a63eacc88430f8cc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 24 Jul 2009 09:37:11 +0200 Subject: Fix wrong variable reference when sending technology replies --- src/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/manager.c') diff --git a/src/manager.c b/src/manager.c index c318be13..8e34791e 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; -- cgit v1.2.3