mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-08 11:57:37 +08:00
Update ssh_client.c
This commit is contained in:
parent
c62efe0353
commit
305b9706f9
@ -25,8 +25,6 @@
|
||||
@author Copyright (C) 2016 Dengfeng Liu <liudf0716@gmail.com>
|
||||
*/
|
||||
|
||||
#ifdef APFREE_WIFIDOG_WEBSSH
|
||||
|
||||
#include "common.h"
|
||||
#include "ssh_client.h"
|
||||
|
||||
@ -259,4 +257,3 @@ int ssh_client_channel_write(struct libssh_client *ssh_client, char *data, int l
|
||||
return libssh2_channel_write_ex(ssh_client->m_channel, 0, command, strlen(command));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user