Commit a89c21b0 authored by Max Kellermann's avatar Max Kellermann

db/upnp: inline Configure()

parent b74aa6b1
...@@ -166,7 +166,7 @@ UpnpDatabase::Create(gcc_unused EventLoop &loop, ...@@ -166,7 +166,7 @@ UpnpDatabase::Create(gcc_unused EventLoop &loop,
return db; return db;
} }
bool inline bool
UpnpDatabase::Configure(const config_param &, Error &) UpnpDatabase::Configure(const config_param &, Error &)
{ {
return true; return true;
......
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