mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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…
Add table
Add a link
Reference in a new issue