aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-05-06 22:58:10 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-06-07 09:38:44 +0200
commit91a1b8508358d04685391651aea303ebce1c3d05 (patch)
treea669e882e2f504312447c67f95b694c9519bd30f /src/net.cpp
parent9f76e45b9d6671e2074fb7a3885db703045a791f (diff)
downloadbitcoin-91a1b8508358d04685391651aea303ebce1c3d05.tar.xz
Use PACKAGE_NAME in UPnP description
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index c073849e47..b2339f265c 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -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,