gresolv: Remove the lookup for real
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Tue, 16 Oct 2012 14:19:25 +0000 (17:19 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 16 Oct 2012 15:10:11 +0000 (18:10 +0300)
commitd10e68006b3dc9d49df31738ffd896df30391431
treecf7de729f5ceef2dccd0f3936b9baa442e60891c
parent9e9cf7a8800d634a5e04b0396f209cdefdb34e98
gresolv: Remove the lookup for real

The call to g_resolv_cancel_lookup() will do nothing
because we just removed the lookup from the queue.
The fix is to remove the lookup directly and not call
the cancel function.
gweb/gresolv.c