HintRouter: use a subfunction for connecting to backends

Also, removed needless runtime capabilities + other fixes according to
comments.
This commit is contained in:
Esa Korhonen
2017-03-27 18:53:30 +03:00
parent 37e9d74253
commit 88b87aceb5
3 changed files with 37 additions and 41 deletions

View File

@ -19,7 +19,7 @@
#if defined(SS_DEBUG)
#define DEBUG_HINTROUTER
//#undef DEBUG_HINTROUTER
#undef DEBUG_HINTROUTER
#else
#undef DEBUG_HINTROUTER
#endif