Merge pull request #657 from terrafrost/ssh2-mask-fix

SSH2: NET_SSH2_MASK_* -> self::MASK_*

* terrafrost/ssh2-mask-fix:
  SSH2: NET_SSH2_MASK_* -> self::MASK_*
This commit is contained in:
Andreas Fischer 2015-04-11 01:22:24 +02:00
commit 13a183d1af

View File

@ -3269,7 +3269,7 @@ class SSH2
$this->bitmap^= self::MASK_WINDOW_ADJUST;
// using an invalid channel will let the buffers be built up for the valid channels
$this->_get_channel_packet(-1);
$this->bitmap^= NET_SSH2_MASK_WINDOW_ADJUST;
$this->bitmap^= self::MASK_WINDOW_ADJUST;
}
/* The maximum amount of data allowed is determined by the maximum