Update ssh_client.c

This commit is contained in:
Dengfeng Liu 2022-01-28 09:44:15 +08:00 committed by GitHub
parent c62efe0353
commit 305b9706f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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