Skip to content

Commit 69be768

Browse files
committed
Fixed wrong macro
1 parent 168afec commit 69be768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channels.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2448,7 +2448,7 @@ channel_input_extended_data(int type, u_int32_t seq, void *ctxt)
24482448
char *data;
24492449
u_int data_len, tcode;
24502450
Channel *c;
2451-
#ifndef WIN32_FIXME
2451+
#ifdef WIN32_FIXME
24522452
char *respbuf = NULL;
24532453
size_t resplen = 0;
24542454
#endif

0 commit comments

Comments
 (0)