diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-03 06:21:40 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-03 06:21:40 +0000 |
commit | 0e3cb317e22c7d863ba5b80c62dad030119726fb (patch) | |
tree | 06dd48620edf9917b9e64430837bf1498d0930e0 /src | |
parent | b17e4d2bfda95d7315204830de799092b2d1a405 (diff) | |
download | strongswan-0e3cb317e22c7d863ba5b80c62dad030119726fb.tar.bz2 strongswan-0e3cb317e22c7d863ba5b80c62dad030119726fb.tar.xz |
cosmetics
Diffstat (limited to 'src')
-rw-r--r-- | src/starter/invokepluto.c | 2 |
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) { |