mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
swanctl: Fix Windows build of --monitor-sas command
Fixes: 4784c92c557f ("swanctl: Terminate --monitor-sa command if daemon closes connection")
This commit is contained in:
parent
18d73a9a5c
commit
a5ba701783
@ -457,7 +457,7 @@ CALLBACK(close_cb, void,
|
||||
{
|
||||
fprintf(stderr, "connection closed\n");
|
||||
*ret = ECONNRESET;
|
||||
kill(0, SIGTERM);
|
||||
send_sigint();
|
||||
}
|
||||
|
||||
static int monitor_sas(vici_conn_t *conn)
|
||||
|
Loading…
x
Reference in New Issue
Block a user