Use PACKAGE_NAME in UPnP description
This commit is contained in:
parent
9f76e45b9d
commit
91a1b85083
1 changed files with 1 additions and 1 deletions
|
@ -1440,7 +1440,7 @@ static void ThreadMapPort()
|
|||
}
|
||||
}
|
||||
|
||||
std::string strDesc = "Bitcoin " + FormatFullVersion();
|
||||
std::string strDesc = PACKAGE_NAME " " + FormatFullVersion();
|
||||
|
||||
do {
|
||||
r = UPNP_AddPortMapping(urls.controlURL, data.first.servicetype,
|
||||
|
|
Loading…
Reference in a new issue