mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-24 03:42:31 +00:00
Cleanup http_intf_command
This commit is contained in:
parent
51d97c3fbb
commit
a9a2c7003b
@ -107,5 +107,10 @@ int http_intf_command(unsigned mode, char *url)
|
||||
free(http_server);
|
||||
if (proxy)
|
||||
free(http_proxy_server);
|
||||
return ( (ret == 201) || (ret == 200) ) ? 0 : ret;
|
||||
|
||||
if (ret == 200)
|
||||
return 0;
|
||||
if (ret == 201)
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user