cgi: actually use the connection from the new login after logging in!
[disorder] / server / play.c
index 7f863ce..fa46329 100644 (file)
@@ -427,6 +427,7 @@ static int start(ev_source *ev,
           * (but it should be for play_track() */
          execlp("disorder-normalize", "disorder-normalize",
                 log_default == &log_syslog ? "--syslog" : "--no-syslog",
+                "--config", configfile,
                 (char *)0);
          fatal(errno, "executing disorder-normalize");
          /* end of the innermost fork */