diff --git a/libretro-common/net/net_http.c b/libretro-common/net/net_http.c index d64aaeb2e3..c0332a18c6 100644 --- a/libretro-common/net/net_http.c +++ b/libretro-common/net/net_http.c @@ -948,7 +948,7 @@ static bool net_http_new_socket(struct http_t *state) thread = sthread_create(net_http_resolve, entry); sthread_detach(thread); #else - net_http_resolve(state); + net_http_resolve(entry); #endif }