FreeBSD Bugzilla – Attachment 255326 Details for
Bug 282875
net-p2p/litecoin fix build with boost-libs 1.85+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-src_wallet_walletutil.cpp
patch-src_wallet_walletutil.cpp (text/plain), 1.08 KB, created by
adrian
on 2024-11-20 14:38:19 UTC
(
hide
)
Description:
patch-src_wallet_walletutil.cpp
Filename:
MIME Type:
Creator:
adrian
Created:
2024-11-20 14:38:19 UTC
Size:
1.08 KB
patch
obsolete
>--- src/wallet/walletutil.cpp 2024-03-28 17:05:26.000000000 +0000 >+++ src/wallet/walletutil.cpp 2024-11-20 13:28:06.157704000 +0000 >@@ -58,7 +58,7 @@ > (ExistsBerkeleyDatabase(it->path()) || ExistsSQLiteDatabase(it->path()))) { > // Found a directory which contains wallet.dat btree file, add it as a wallet. > paths.emplace_back(path); >- } else if (it.level() == 0 && it->symlink_status().type() == fs::regular_file && ExistsBerkeleyDatabase(it->path())) { >+ } else if (it.depth() == 0 && it->symlink_status().type() == fs::regular_file && ExistsBerkeleyDatabase(it->path())) { > if (it->path().filename() == "wallet.dat") { > // Found top-level wallet.dat btree file, add top level directory "" > // as a wallet. >@@ -73,7 +73,7 @@ > } > } catch (const std::exception& e) { > LogPrintf("%s: Error scanning %s: %s\n", __func__, it->path().string(), e.what()); >- it.no_push(); >+ it.disable_recursion_pending(); > } > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282875
:
255324
|
255325
| 255326