mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-25 15:04:54 +02:00
Fixed wrong macro
This commit is contained in:
parent
168afecec7
commit
69be768f2e
@ -2448,7 +2448,7 @@ channel_input_extended_data(int type, u_int32_t seq, void *ctxt)
|
|||||||
char *data;
|
char *data;
|
||||||
u_int data_len, tcode;
|
u_int data_len, tcode;
|
||||||
Channel *c;
|
Channel *c;
|
||||||
#ifndef WIN32_FIXME
|
#ifdef WIN32_FIXME
|
||||||
char *respbuf = NULL;
|
char *respbuf = NULL;
|
||||||
size_t resplen = 0;
|
size_t resplen = 0;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user