mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-05-28 17:41:28 +03:00
examples: Fix building samplesshd-tty on FreeBSD.
This commit is contained in:
parent
8f162e3b13
commit
d9c5d0767c
@ -42,6 +42,8 @@ clients must be made or how a client should react.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static int port = 22;
|
||||
|
||||
#ifdef WITH_PCAP
|
||||
const char *pcap_file="debug.server.pcap";
|
||||
ssh_pcap_file pcap;
|
||||
@ -84,8 +86,6 @@ static char doc[] = "libssh -- a Secure Shell protocol implementation";
|
||||
/* A description of the arguments we accept. */
|
||||
static char args_doc[] = "BINDADDR";
|
||||
|
||||
static int port = 22;
|
||||
|
||||
/* The options we understand. */
|
||||
static struct argp_option options[] = {
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user