[network-manager-openswan/dcbw/libreswan: 6/16] fixup! core: update for non-deprecated libreswan initialization flow
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openswan/dcbw/libreswan: 6/16] fixup! core: update for non-deprecated libreswan initialization flow
- Date: Tue, 2 Dec 2014 01:35:21 +0000 (UTC)
commit d989e97c695ac10f7fef4cb41d864e71032476d4
Author: Dan Williams <dcbw redhat com>
Date: Mon Oct 20 14:43:03 2014 -0500
fixup! core: update for non-deprecated libreswan initialization flow
src/nm-openswan-service.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nm-openswan-service.c b/src/nm-openswan-service.c
index c13e497..65b8861 100644
--- a/src/nm-openswan-service.c
+++ b/src/nm-openswan-service.c
@@ -962,7 +962,7 @@ connect_step (NMOpenSwanPlugin *self, GError **error)
/* Start the IPSec service */
if (priv->libreswan) {
success = do_spawn (&priv->pid, NULL, NULL, error,
- priv->pluto_path, "--config", SYSCONFDIR "/ipsec.conf",
"--nofork",
+ priv->pluto_path, "--config", SYSCONFDIR "/ipsec.conf",
NULL);
} else
success = do_spawn (&priv->pid, NULL, NULL, error, priv->ipsec_path, "setup",
"start", NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]