summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/server_finder.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/server_finder.cc b/src/lib/server_finder.cc
index 642767e8b..8685c830f 100644
--- a/src/lib/server_finder.cc
+++ b/src/lib/server_finder.cc
@@ -235,12 +235,6 @@ ServerFinder::config_changed (Config::Property what)
_servers.clear ();
}
ServersListChanged ();
- search_now ();
+ _search_condition.notify_all ();
}
}
-
-void
-ServerFinder::search_now ()
-{
- _search_condition.notify_all ();
-}