mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-30 04:39:02 +01:00
- fix phpdoc comment for _disconnect function
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@14 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
148178da63
commit
ad5bc5a1ef
@ -65,7 +65,7 @@
|
||||
* @author Jim Wigginton <terrafrost@php.net>
|
||||
* @copyright MMVII Jim Wigginton
|
||||
* @license http://www.gnu.org/licenses/lgpl.txt
|
||||
* @version $Id: SSH1.php,v 1.7 2008-05-15 17:40:03 terrafrost Exp $
|
||||
* @version $Id: SSH1.php,v 1.8 2008-05-15 17:46:51 terrafrost Exp $
|
||||
* @link http://phpseclib.sourceforge.net
|
||||
*/
|
||||
|
||||
@ -787,12 +787,9 @@ class Net_SSH1 {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets Binary Packets
|
||||
* Disconnect
|
||||
*
|
||||
* See '6. Binary Packet Protocol' of rfc4253 for more info.
|
||||
*
|
||||
* @see Net_SSH2::_send_binary_packet()
|
||||
* @return String
|
||||
* @param String $msg
|
||||
* @access private
|
||||
*/
|
||||
function _disconnect($msg = 'Client Quit')
|
||||
|
Loading…
Reference in New Issue
Block a user