aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/invokepluto.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-07-03 06:21:40 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-07-03 06:21:40 +0000
commit0e3cb317e22c7d863ba5b80c62dad030119726fb (patch)
tree06dd48620edf9917b9e64430837bf1498d0930e0 /src/starter/invokepluto.c
parentb17e4d2bfda95d7315204830de799092b2d1a405 (diff)
downloadstrongswan-0e3cb317e22c7d863ba5b80c62dad030119726fb.tar.bz2
strongswan-0e3cb317e22c7d863ba5b80c62dad030119726fb.tar.xz
cosmetics
Diffstat (limited to 'src/starter/invokepluto.c')
-rw-r--r--src/starter/invokepluto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/invokepluto.c b/src/starter/invokepluto.c
index c7e047329..1b11b4a10 100644
--- a/src/starter/invokepluto.c
+++ b/src/starter/invokepluto.c
@@ -220,7 +220,7 @@ starter_start_pluto (starter_config_t *cfg, bool debug)
/* ipsec.secrets is root readable only */
oldmask = umask(0066);
-
+
f = fopen(SECRETS_FILE, "w");
if (f)
{