Upstream: gresolve: Fix a typo in conditional check for returning results
authorJaehyun Kim <jeik01.kim@samsung.com>
Sat, 6 Apr 2013 13:12:23 +0000 (22:12 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Sat, 6 Apr 2013 13:12:23 +0000 (22:12 +0900)
commit050160a25e6b4dcd2e269f5345a467a501110872
tree1d1449690a626664a5ea8f768bdef2ad0b683a67
parent3b89db146281f19c22940cc8af9017f9aafce88e
Upstream: 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