aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp/ClientInit.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upnp: initialize the client handle only onceMax Kellermann2014-01-261-0/+35
Eliminate class LibUPnP and move the code to ClientInit.cxx. Its initialization function can be called multiple times, but UpnpRegisterClient() is called at most once.