gresolve: Fix a typo in conditional check for returning results
authorGrant Erickson <marathon96@gmail.com>
Mon, 16 Jul 2012 16:48:08 +0000 (09:48 -0700)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 17 Jul 2012 08:13:56 +0000 (10:13 +0200)
commit043da7360b1036dbcdb995e3b3b9a77da6c31cd5
treee47b2f7cee6da9b3e5615621f8bd0496ea56b7df
parent32b622202f81277b9e11001a0d9c4aa17b84fbdd
gresolve: Fix a typo in conditional check for returning results

In both parse_response and query_timeout there exists logic that checks
to ensure that both an A and AAAA lookups have either been responded to
or timed out before processing and returning results to the caller. In
query_timeout, there was a typo in the condition check such that it did
not match those conditions tested in parse_response.
gweb/gresolv.c