Patch level : 12.0 no patch
Files correlati : Commento : Aggiunta la macchina di Mattia Tollari tra le power_station git-svn-id: svn://10.65.10.50/branches/R_10_00@23226 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f0b2b582f7
commit
ce47dd8cfc
@ -606,7 +606,7 @@ long daytime()
|
|||||||
// DON'T cache this bool because hostname can be local or server
|
// DON'T cache this bool because hostname can be local or server
|
||||||
static bool is_sirio_station(const char* hostname)
|
static bool is_sirio_station(const char* hostname)
|
||||||
{
|
{
|
||||||
const char* const ranger[] = { "NBKCORRADIW81", "KLINGON", "MOBILE", "PCTRUFFELLI", "SPOCK", "ARCHIMEDE", NULL };
|
const char* const ranger[] = { "NBKCORRADIW81", "NBKDELLI7TOLLAR", "MOBILE", "PCTRUFFELLI", "SPOCK", "ARCHIMEDE", NULL };
|
||||||
for (int i = 0; ranger[i]; i++)
|
for (int i = 0; ranger[i]; i++)
|
||||||
if (xvt_str_same(hostname, ranger[i]))
|
if (xvt_str_same(hostname, ranger[i]))
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user