mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 6e08e5cb5c into merged_master (Bitcoin PR bitcoin/bitcoin#17127)
This commit is contained in:
commit
8df89b56d5
9 changed files with 57 additions and 15 deletions
|
|
@ -86,7 +86,7 @@ bool GenerateAuthCookie(std::string *cookie_out)
|
|||
std::string cookie = COOKIEAUTH_USER + ":" + HexStr(rand_pwd);
|
||||
|
||||
/** the umask determines what permissions are used to create this file -
|
||||
* these are set to 077 in init.cpp unless overridden with -sysperms.
|
||||
* these are set to 0077 in util/system.cpp.
|
||||
*/
|
||||
std::ofstream file;
|
||||
fs::path filepath_tmp = GetAuthCookieFile(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue