Fix wrong variable reference when sending technology replies
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 24 Jul 2009 07:37:11 +0000 (09:37 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 24 Jul 2009 07:37:11 +0000 (09:37 +0200)
src/manager.c

index c318be1..8e34791 100644 (file)
@@ -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;