db/upnp: remove obsolete code comment

This commit is contained in:
Max Kellermann 2016-03-18 18:48:00 +01:00
parent 5da4e321c0
commit 45ee75055e

View File

@ -159,9 +159,6 @@ UpnpDatabase::Create(gcc_unused EventLoop &loop,
return nullptr;
}
/* libupnp loses its ability to receive multicast messages
apparently due to daemonization; using the LazyDatabase
wrapper works around this problem */
return db;
}