-fix resolver erase query to avoid running out of slots, fixes #1621

This commit is contained in:
Juan Linietsky 2015-04-07 22:45:33 -03:00
parent 54ed432913
commit 3b35bcc955

View file

@ -183,7 +183,7 @@ void IP::erase_resolve_item(ResolverID p_id) {
GLOBAL_LOCK_FUNCTION;
resolver->queue[p_id].status=IP::RESOLVER_STATUS_DONE;
resolver->queue[p_id].status=IP::RESOLVER_STATUS_NONE;
}