Skip to content

Commit

Permalink
Make ThreadMapPort static
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Jun 14, 2021
1 parent 7532090 commit d2fa5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static std::thread g_upnp_thread;

static constexpr auto PORT_MAPPING_REANNOUNCE_PERIOD = std::chrono::minutes(20);

void ThreadMapPort()
static void ThreadMapPort()
{
std::string port = strprintf("%u", GetListenPort());
const char* multicastif = 0;
Expand Down

0 comments on commit d2fa5c4

Please sign in to comment.