openconnect: use SIGINT to bring down openconnect

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos 2014-10-28 12:31:48 +01:00
parent a412f2cc46
commit 6cbf21b65d

View file

@ -68,7 +68,7 @@ proto_openconnect_teardown() {
rm -f $pwfile
logger -t openconnect "bringing down openconnect"
proto_kill_command "$config"
proto_kill_command "$config" 2
}
add_protocol openconnect