mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
Remove line which was accidently commited.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@710 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -1641,8 +1641,6 @@ SSH_SESSION *channel_get_session(CHANNEL *channel) {
|
|||||||
* @return -1 if no exit status has been returned, the exit status othewise.
|
* @return -1 if no exit status has been returned, the exit status othewise.
|
||||||
*/
|
*/
|
||||||
int channel_get_exit_status(CHANNEL *channel) {
|
int channel_get_exit_status(CHANNEL *channel) {
|
||||||
channel_request(channel, "exit-status", NULL, 0);
|
|
||||||
|
|
||||||
return channel->exit_status;
|
return channel->exit_status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user