--- hupnp/src/devicehosting/devicehost/hservermodel_creator_p.cpp.old 2016-09-18 17:15:32.605283010 -0400 +++ hupnp/src/devicehosting/devicehost/hservermodel_creator_p.cpp 2016-09-18 17:17:46.928736122 -0400 @@ -493,7 +493,7 @@ QString("Failed to initialize device [%1]").arg( deviceInfo.udn().toString()); - return false; + return NULL; } device->h_ptr->m_deviceDescription = @@ -560,7 +560,7 @@ "[%2]").arg(device->info().deviceType().toString(), dt.toString()); - return false; + return NULL; } } }