dummy commit to trigger ci

This commit is contained in:
Balu Gajjala 2022-03-12 16:40:36 -08:00
parent 78cf768fa9
commit d328deb956
1 changed files with 1 additions and 1 deletions

2
sftp.c
View File

@ -2251,7 +2251,7 @@ interactive_loop(struct sftp_conn *conn, char *file1, char *file2)
#ifdef WINDOWS
void (*handler)(int);
handler = interactive ? read_interrupt : killchild;
ssh_signal(SIGINT, handler);
ssh_signal(SIGINT, handler);
#else
struct sigaction sa;