$killsession parameter not needed - we'll kill the session later anyway

This commit is contained in:
Luke Fitzgerald 2010-06-16 01:43:55 +01:00
parent 956b24f05d
commit 62a7f10275

View File

@ -1432,7 +1432,7 @@ class MSN {
* @param boolean $killsession Whether to delete the session
* @return void
*/
private function endSBSession($socket, $killsession = false) {
private function endSBSession($socket) {
if (!self::socketcheck($socket)) {
$this->sb_writeln($socket, $fake = 0, 'OUT');
}