mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
dummy commit to trigger ci
This commit is contained in:
parent
78cf768fa9
commit
d328deb956
2
sftp.c
2
sftp.c
@ -2251,7 +2251,7 @@ interactive_loop(struct sftp_conn *conn, char *file1, char *file2)
|
|||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
void (*handler)(int);
|
void (*handler)(int);
|
||||||
handler = interactive ? read_interrupt : killchild;
|
handler = interactive ? read_interrupt : killchild;
|
||||||
ssh_signal(SIGINT, handler);
|
ssh_signal(SIGINT, handler);
|
||||||
#else
|
#else
|
||||||
struct sigaction sa;
|
struct sigaction sa;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user