Switch to unified view

a/src/ohreceiver.cxx b/src/ohreceiver.cxx
...
...
234
bool OHReceiver::iStop()
234
bool OHReceiver::iStop()
235
{
235
{
236
    LOGDEB("OHReceiver::iStop()\n");
236
    LOGDEB("OHReceiver::iStop()\n");
237
    if (m_cmd) {
237
    if (m_cmd) {
238
        m_cmd->zapChild();
238
        m_cmd->zapChild();
239
        m_cmd = shared_ptr<ExecCmd>(0);
239
        m_cmd = shared_ptr<ExecCmd>();
240
    }
240
    }
241
    m_dev->m_mpdcli->stop();
241
    m_dev->m_mpdcli->stop();
242
242
243
    unordered_map<int, string> urlmap;
243
    unordered_map<int, string> urlmap;
244
    // Remove our bogus URi from the playlist
244
    // Remove our bogus URi from the playlist