cosmetics

This commit is contained in:
Andreas Steffen
2006-07-03 06:21:40 +00:00
parent b17e4d2bfd
commit 0e3cb317e2
+1 -1
View File
@@ -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)
{