ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Daemon.cpp
(Generate patch)

Comparing Spectre2/Daemon.cpp (file contents):
Revision 432 by douglas, 2005-03-27T01:56:29-08:00 vs.
Revision 439 by douglas, 2005-04-07T15:56:53-07:00

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines