Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594188
Collapse All | Expand All

(-)hupnp/src/devicehosting/devicehost/hservermodel_creator_p.cpp.old (-2 / +2 lines)
Lines 493-499 Link Here
493
            QString("Failed to initialize device [%1]").arg(
493
            QString("Failed to initialize device [%1]").arg(
494
                deviceInfo.udn().toString());
494
                deviceInfo.udn().toString());
495
495
496
        return false;
496
        return NULL;
497
    }
497
    }
498
498
499
    device->h_ptr->m_deviceDescription =
499
    device->h_ptr->m_deviceDescription =
Lines 560-566 Link Here
560
                    "[%2]").arg(device->info().deviceType().toString(),
560
                    "[%2]").arg(device->info().deviceType().toString(),
561
                                dt.toString());
561
                                dt.toString());
562
562
563
                return false;
563
                return NULL;
564
            }
564
            }
565
        }
565
        }
566
    }
566
    }

Return to bug 594188