fix typo in add_long, made mper tag not work

This commit is contained in:
Ron Pedde
2004-09-14 04:03:57 +00:00
parent e43caee157
commit 23fa058c64
4 changed files with 26 additions and 14 deletions

View File

@@ -713,13 +713,11 @@ int main(int argc, char *argv[]) {
if(config.reload) {
config.reload=0;
/* Need to get traces of an update, obviously... this ain't it.
DPRINTF(ERR_LOG,"Reloading configuration\n");
if(scan_init(config.mp3dir)) {
DPRINTF(ERR_LOG,"Error rescanning... exiting\n");
config.stop=1;
}
*/
}
sleep(2);
}