From b89ae1a4e3596153a192da3f220dc54565078cac Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 29 Nov 2018 16:12:45 +0000 Subject: [PATCH] ipsecctrl: Don't wait when a connection is to be started Signed-off-by: Michael Tremer --- src/misc-progs/ipsecctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc-progs/ipsecctrl.c b/src/misc-progs/ipsecctrl.c index 278bacd0b7..8e6b46ec84 100644 --- a/src/misc-progs/ipsecctrl.c +++ b/src/misc-progs/ipsecctrl.c @@ -124,7 +124,7 @@ void turn_connection_on(char *name, char *type) { // Bring the connection up again. snprintf(command, STRING_SIZE - 1, - "/usr/sbin/ipsec up %s >/dev/null", name); + "/usr/sbin/ipsec stroke up-nb %s >/dev/null", name); safe_system(command); } -- 2.39.2