chiark / gitweb /
Do some basic compatibility checking when installing a new server
[disorder] / server / state.c
index a881e9b1fa26060def172210081c2165e61dfcbb..1c1e2aa1f68ee06e45dab445e5e3edc334ae1bab 100644 (file)
@@ -164,7 +164,7 @@ int reconfigure(ev_source *ev, int reload) {
     /* Close the track database */
     trackdb_close();
     /* (Re-)read the configuration */
-    if(config_read(1/*server*/))
+    if(config_read(1/*server*/, config))
       ret = -1;
     else {
       /* Tell the speaker it needs to reload its config too. */