summaryrefslogtreecommitdiff
path: root/server/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/server.cpp')
-rw-r--r--server/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/server.cpp b/server/server.cpp
index feebcb1..03750bd 100644
--- a/server/server.cpp
+++ b/server/server.cpp
@@ -118,7 +118,7 @@ bool cUPnPServer::init(void){
//register media server device to SDK
cString URLBase = cString::sprintf("http://%s:%d", UpnpGetServerIpAddress(), UpnpGetServerPort());
- this->mDeviceDescription = cDlna::getInstance()->getDeviceDescription(URLBase);
+ this->mDeviceDescription = cString(cDlna::getInstance()->getDeviceDescription(URLBase),true);
MESSAGE("Register Media Server Device");
ret = UpnpRegisterRootDevice2(UPNPREG_BUF_DESC,