db/upnp: don't use LazyDatabase

Now that MPD forks early, this workaround is obsolete.
This commit is contained in:
Max Kellermann 2014-01-18 12:48:28 +01:00
parent be47320a05
commit d4d4d6217f
1 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#include "upnp/Directory.hxx"
#include "upnp/Tags.hxx"
#include "upnp/Util.hxx"
#include "LazyDatabase.hxx"
#include "DatabasePlugin.hxx"
#include "DatabaseSelection.hxx"
#include "DatabaseError.hxx"
@ -147,7 +146,7 @@ UpnpDatabase::Create(gcc_unused EventLoop &loop,
/* libupnp loses its ability to receive multicast messages
apparently due to daemonization; using the LazyDatabase
wrapper works around this problem */
return new LazyDatabase(db);
return db;
}
bool