delete a space

This commit is contained in:
Willem Toorop 2014-09-29 14:41:49 +02:00
parent f9046275c1
commit ad127c9e56
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ getdns_stub_dns_query_async(struct getdns_event_base *base,
} while(0);
#endif
resolver->ns_index = 0;
r = query_ns(resolver);
r = query_ns(resolver);
if (r)
GETDNS_FREE(context->mf, resolver);
return r;