# | Line 83 | Line 83 | void Daemon::load() | |
---|---|---|
83 | CheckError(::smbc_init(authenticate, Spectre2::debug ? 2 : 0)); | |
84 | ||
85 | #ifdef __FreeBSD__ | |
86 | < | SecretFileWriter out(secret); |
86 | > | api::FileWriter out(secret, O_WRONLY | O_CREAT | O_TRUNC, 0600); |
87 | ios::FormatWriter fout(out); | |
88 | #endif | |
89 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |