Switch to unified view

a/src/main.cxx b/src/main.cxx
...
...
277
            ohmetapersist = atoi(value.c_str()) != 0;
277
            ohmetapersist = atoi(value.c_str()) != 0;
278
        }
278
        }
279
        g_config->get("iconpath", iconpath);
279
        g_config->get("iconpath", iconpath);
280
        g_config->get("presentationhtml", presentationhtml);
280
        g_config->get("presentationhtml", presentationhtml);
281
        g_config->get("cachedir", cachedir);
281
        g_config->get("cachedir", cachedir);
282
        g_config->get("pidfile", pidfilename);
282
        if (!(op_flags & OPT_i)) {
283
        if (!(op_flags & OPT_i)) {
283
            g_config->get("upnpiface", iface);
284
            g_config->get("upnpiface", iface);
284
            if (iface.empty()) {
285
            if (iface.empty()) {
285
                g_config->get("upnpip", upnpip);
286
                g_config->get("upnpip", upnpip);
286
            }
287
            }