mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 14:54:45 +02:00
fixup
This commit is contained in:
parent
d214347667
commit
f45f3a8a12
@ -153,6 +153,7 @@ main(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
SyslogFacility log_facility = SYSLOG_FACILITY_AUTH;
|
SyslogFacility log_facility = SYSLOG_FACILITY_AUTH;
|
||||||
LogLevel log_level = SYSLOG_LEVEL_ERROR;
|
LogLevel log_level = SYSLOG_LEVEL_ERROR;
|
||||||
|
struct sshbuf *req, *resp;
|
||||||
int in, out, ch, r, log_stderr = 0;
|
int in, out, ch, r, log_stderr = 0;
|
||||||
u_int rtype;
|
u_int rtype;
|
||||||
uint8_t version;
|
uint8_t version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user