mirror of
https://github.com/danog/tgseclib.git
synced 2024-12-04 02:27:52 +01:00
Merge branch '2.0'
* 2.0: SSH2: NET_SSH2_MASK_* -> self::MASK_*
This commit is contained in:
commit
c0748ea87f
@ -3269,7 +3269,7 @@ class SSH2
|
|||||||
$this->bitmap^= self::MASK_WINDOW_ADJUST;
|
$this->bitmap^= self::MASK_WINDOW_ADJUST;
|
||||||
// using an invalid channel will let the buffers be built up for the valid channels
|
// using an invalid channel will let the buffers be built up for the valid channels
|
||||||
$this->_get_channel_packet(-1);
|
$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
|
/* The maximum amount of data allowed is determined by the maximum
|
||||||
|
Loading…
Reference in New Issue
Block a user