mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-18 01:15:59 +00:00
Don't complain about missing host configuration file
This commit is contained in:
parent
078b6d1c49
commit
6621bb73ff
@ -190,7 +190,8 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
char host_config_file[128];
|
||||
sprintf(host_config_file, "hosts/%s.conf", config.address);
|
||||
config_file_parse(host_config_file, &config);
|
||||
if (access(host_config_file, R_OK) != -1)
|
||||
config_file_parse(host_config_file, &config);
|
||||
|
||||
SERVER_DATA server;
|
||||
server.address = config.address;
|
||||
|
Loading…
x
Reference in New Issue
Block a user