mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +00:00
- make structure static
--HG-- extra : convert_revision : 0adbc6745a5ada0b6780b0683209f5b26b1a335d
This commit is contained in:
parent
8174a2f27b
commit
07b764ead6
@ -381,7 +381,7 @@ static int cli_initchansess(struct Channel *channel) {
|
|||||||
|
|
||||||
#ifdef ENABLE_CLI_NETCAT
|
#ifdef ENABLE_CLI_NETCAT
|
||||||
|
|
||||||
const struct ChanType cli_chan_netcat = {
|
static const struct ChanType cli_chan_netcat = {
|
||||||
0, /* sepfds */
|
0, /* sepfds */
|
||||||
"direct-tcpip",
|
"direct-tcpip",
|
||||||
cli_init_stdpipe_sess, /* inithandler */
|
cli_init_stdpipe_sess, /* inithandler */
|
||||||
|
Loading…
Reference in New Issue
Block a user