summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-17 23:11:33 +0200
committerMax Kellermann <max@musicpd.org>2018-07-17 23:11:33 +0200
commit4f678aa244156a21e37fee698bc0ad0bb41a477a (patch)
treee8f60ecfb8a5544aec02dc51e4c58a5ab8faf0d9 /test
parent3a4a430f6ca3e3afb7e94b5f5738e1862b8b5222 (diff)
neighbor/Glue: use struct ConfigData
Diffstat (limited to 'test')
-rw-r--r--test/run_neighbor_explorer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_neighbor_explorer.cxx b/test/run_neighbor_explorer.cxx
index f836bc148..7f78826f2 100644
--- a/test/run_neighbor_explorer.cxx
+++ b/test/run_neighbor_explorer.cxx
@@ -79,7 +79,7 @@ try {
MyNeighborListener listener;
NeighborGlue neighbor;
- neighbor.Init(loop, listener);
+ neighbor.Init(GetGlobalConfig(), loop, listener);
neighbor.Open();
/* dump initial list */