From 3d446d3266e11fd6618a8caca3c31ef0cfededc0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Feb 2015 21:12:19 +0000 Subject: lib/upnp/Discovery: apply naming convention --- src/neighbor/plugins/UpnpNeighborPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/neighbor') diff --git a/src/neighbor/plugins/UpnpNeighborPlugin.cxx b/src/neighbor/plugins/UpnpNeighborPlugin.cxx index 28775df4c..3c0cb8843 100644 --- a/src/neighbor/plugins/UpnpNeighborPlugin.cxx +++ b/src/neighbor/plugins/UpnpNeighborPlugin.cxx @@ -100,7 +100,7 @@ UpnpNeighborExplorer::GetList() const { Error error; - if (!discovery->getDirServices(tmp, error)) + if (!discovery->GetDirectories(tmp, error)) LogError(error); } -- cgit v1.2.3