Distro 099 Bugs
Posted: Fri Jun 22, 2012 8:34 am
\pkg\systems\accounts\acctwatcher\acctWatcher.src
line 40:
pkg\utils\polmanager\commands\gm\serverstats.src
line 21:
i had more, but forgotten. I'll update my topic.
line 40:
Code: Select all
if( !last_used )
ReportText( "Account ("+account.name+") has no last login time. It has been set now though.", REPORT_SYSLOG );
ACCT_SetLastLogin(account);
last_used := ACCT_GetLastLogin( account ); // fix. Update last_used variable
endif
line 21:
Code: Select all
return OpenBrowser( mobile, "http://"+SHARD_IP+":"+SHARD_WWWPORT+"/pkg/POLManager/index.ecl" ); //fix. wrong path