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:
mtollari 2016-09-09 10:39:29 +00:00
parent f0b2b582f7
commit ce47dd8cfc

View File

@ -606,7 +606,7 @@ long daytime()
// DON'T cache this bool because hostname can be local or server
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++)
if (xvt_str_same(hostname, ranger[i]))
return true;