Commit d4d4d621 authored by Max Kellermann's avatar Max Kellermann

db/upnp: don't use LazyDatabase

Now that MPD forks early, this workaround is obsolete.
parent be47320a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment