diff --git a/core/io/ip.cpp b/core/io/ip.cpp index 6ef6b311882..2f20f4b6398 100644 --- a/core/io/ip.cpp +++ b/core/io/ip.cpp @@ -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; }