|
a/libupnpp/upnpplib.cxx |
|
b/libupnpp/upnpplib.cxx |
|
... |
|
... |
133 |
description.size(), /* Desc filename len, ignored */
|
133 |
description.size(), /* Desc filename len, ignored */
|
134 |
1, /* config_baseURL */
|
134 |
1, /* config_baseURL */
|
135 |
o_callback, (void *)this, dvh);
|
135 |
o_callback, (void *)this, dvh);
|
136 |
|
136 |
|
137 |
if (res != UPNP_E_SUCCESS) {
|
137 |
if (res != UPNP_E_SUCCESS) {
|
138 |
LOGERR(errAsString("UpnpRegisterRootDevice2", res) << endl);
|
138 |
LOGERR(errAsString("UpnpRegisterRootDevice2", res) << " description " <<
|
|
|
139 |
description << endl);
|
139 |
}
|
140 |
}
|
140 |
return res;
|
141 |
return res;
|
141 |
}
|
142 |
}
|
142 |
|
143 |
|
143 |
void LibUPnP::setMaxContentLength(int bytes)
|
144 |
void LibUPnP::setMaxContentLength(int bytes)
|