* ReadyNAS-specific change to remove any leftover scanning flag files when we start.

This commit is contained in:
Justin Maggard
2009-05-03 18:32:48 +00:00
parent 7c64eb10ac
commit 0229ee64ee
2 changed files with 6 additions and 5 deletions

View File

@ -610,6 +610,7 @@ main(int argc, char * * argv)
#ifdef READYNAS
DPRINTF(E_WARN, L_GENERAL, "Starting ReadyDLNA...\n");
unlink("/ramfs/.upnp-av_scan");
#else
DPRINTF(E_WARN, L_GENERAL, "Starting MiniDLNA...\n");
#endif