aboutsummaryrefslogtreecommitdiffstats
path: root/src/neighbor/plugins/UpnpNeighborPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-02 21:12:19 +0000
committerMax Kellermann <max@duempel.org>2015-02-02 21:12:19 +0000
commit3d446d3266e11fd6618a8caca3c31ef0cfededc0 (patch)
treefd00791de7bac0085ea31b1fd39b58a23a9acbe8 /src/neighbor/plugins/UpnpNeighborPlugin.cxx
parente660229c405cd0b6bebe52439c98c97869b01c9b (diff)
downloadmpd-3d446d3266e11fd6618a8caca3c31ef0cfededc0.tar.gz
mpd-3d446d3266e11fd6618a8caca3c31ef0cfededc0.tar.xz
mpd-3d446d3266e11fd6618a8caca3c31ef0cfededc0.zip
lib/upnp/Discovery: apply naming convention
Diffstat (limited to 'src/neighbor/plugins/UpnpNeighborPlugin.cxx')
-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);
}