mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Since the root-on-insecure-tty code was added to telnetd, a dependency
on char *line was added to libtelnet. Put a dummy one in to keep the linker happy.
This commit is contained in:
parent
166b3cb9a0
commit
1848e3d448
2 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ char *ipsec_policy_in = NULL;
|
|||
char *ipsec_policy_out = NULL;
|
||||
#endif
|
||||
|
||||
char *line; /* the telnetd side of libtelnet needs this */
|
||||
|
||||
int family = AF_UNSPEC;
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -78,6 +78,8 @@ char *ipsec_policy_in = NULL;
|
|||
char *ipsec_policy_out = NULL;
|
||||
#endif
|
||||
|
||||
char *line; /* the telnetd side of libtelnet needs this */
|
||||
|
||||
int family = AF_UNSPEC;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue