gresolv: Remove lookup from correct queue
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Thu, 11 Oct 2012 10:45:41 +0000 (13:45 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 12 Oct 2012 10:14:11 +0000 (13:14 +0300)
commit9f0fc7962603344d071f5f34caf9e4efb8707940
treef1ee011cd98268637c63725dba1da991744b11c2
parent3f13d897e88d61f2e98ca4b9dff51336e4a4900b
gresolv: Remove lookup from correct queue

The lookup must be removed from lookup queue and not from query
queue when cancelling the lookup. Otherwise it is possible that
we might access an already removed lookup that is still found in
lookup queue.

Fixes BMC#25728
gweb/gresolv.c