aboutsummaryrefslogtreecommitdiffstats
path: root/src/neighbor/plugins/UpnpNeighborPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/neighbor/plugins/UpnpNeighborPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}