aboutsummaryrefslogtreecommitdiff
path: root/core/io/ip.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-04-07 22:45:33 -0300
committerJuan Linietsky2015-04-07 22:45:33 -0300
commit3b35bcc955bdadb31cb9be003fa6d2ed80edaeac (patch)
tree665ec368ea13171c62330090fe788c0eaa319243 /core/io/ip.cpp
parent54ed432913fe07c0529dcf4aa13c50e1446e5689 (diff)
downloadgodot-3b35bcc955bdadb31cb9be003fa6d2ed80edaeac.tar.gz
godot-3b35bcc955bdadb31cb9be003fa6d2ed80edaeac.tar.zst
godot-3b35bcc955bdadb31cb9be003fa6d2ed80edaeac.zip
Diffstat (limited to 'core/io/ip.cpp')
-rw-r--r--core/io/ip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/ip.cpp b/core/io/ip.cpp
index 6ef6b3118..2f20f4b63 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;
}