Skip to content

Commit 91a1b85

Browse files
committed
Use PACKAGE_NAME in UPnP description
1 parent 9f76e45 commit 91a1b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ static void ThreadMapPort()
14401440
}
14411441
}
14421442

1443-
std::string strDesc = "Bitcoin " + FormatFullVersion();
1443+
std::string strDesc = PACKAGE_NAME " " + FormatFullVersion();
14441444

14451445
do {
14461446
r = UPNP_AddPortMapping(urls.controlURL, data.first.servicetype,

0 commit comments

Comments
 (0)