We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7e5f4 commit af55253Copy full SHA for af55253
src/net.cpp
@@ -3206,7 +3206,7 @@ bool CConnman::InitBinds(const Options& options)
3206
fBound |= Bind(addrBind.m_service, BF_REPORT_ERROR, addrBind.m_flags);
3207
}
3208
for (const auto& addr_bind : options.onion_binds) {
3209
- fBound |= Bind(addr_bind, BF_DONT_ADVERTISE, NetPermissionFlags::None);
+ fBound |= Bind(addr_bind, BF_REPORT_ERROR | BF_DONT_ADVERTISE, NetPermissionFlags::None);
3210
3211
if (options.bind_on_any) {
3212
struct in_addr inaddr_any;
0 commit comments