* Include the port number in the default presentation URL. One user claims XBox360 won't work without this.
This commit is contained in:
parent
99174b50b7
commit
1f29b0cac1
@ -605,7 +605,7 @@ init(int argc, char * * argv)
|
|||||||
"https://%s/admin/", lan_addr[0].str);
|
"https://%s/admin/", lan_addr[0].str);
|
||||||
#else
|
#else
|
||||||
snprintf(presentationurl, PRESENTATIONURL_MAX_LEN,
|
snprintf(presentationurl, PRESENTATIONURL_MAX_LEN,
|
||||||
"http://%s/", lan_addr[0].str);
|
"http://%s:%d/", lan_addr[0].str, runtime_vars.port);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user