Switch to unified view

a/upmpd/upmpd.cxx b/upmpd/upmpd.cxx
...
...
1197
    int loglevel(upnppdebug::Logger::LLINF);
1197
    int loglevel(upnppdebug::Logger::LLINF);
1198
    string configfile;
1198
    string configfile;
1199
    string friendlyname(dfltFriendlyName);
1199
    string friendlyname(dfltFriendlyName);
1200
    bool ownqueue = true;
1200
    bool ownqueue = true;
1201
    string upmpdcliuser("upmpdcli");
1201
    string upmpdcliuser("upmpdcli");
1202
    string pidfilename("/var/run/upmpdcli.run");
1202
    string pidfilename("/var/run/upmpdcli.pid");
1203
1203
1204
    const char *cp;
1204
    const char *cp;
1205
    if ((cp = getenv("UPMPD_HOST")))
1205
    if ((cp = getenv("UPMPD_HOST")))
1206
        mpdhost = cp;
1206
        mpdhost = cp;
1207
    if ((cp = getenv("UPMPD_PORT")))
1207
    if ((cp = getenv("UPMPD_PORT")))