lib/upnp/Discovery: apply naming convention

This commit is contained in:
Max Kellermann
2015-02-02 21:12:19 +00:00
parent e660229c40
commit 3d446d3266
5 changed files with 42 additions and 42 deletions

View File

@@ -100,7 +100,7 @@ UpnpNeighborExplorer::GetList() const
{
Error error;
if (!discovery->getDirServices(tmp, error))
if (!discovery->GetDirectories(tmp, error))
LogError(error);
}