Upstream: gresolv: Remove lookup from correct queue
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Thu, 11 Oct 2012 10:45:41 +0000 (13:45 +0300)
committerJaehyun Kim <jeik01.kim@samsung.com>
Sat, 6 Apr 2013 13:28:25 +0000 (22:28 +0900)
commit1b5dd801fb5b1eeb592bfc932f648b01d83bc6dd
tree68c674a95b8d656aa760bed434757d5b0f16356e
parent06f0132bb99ccd58219f488c0c04fb88492d7392
Upstream: 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