summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ClientStore.cpp')
-rw-r--r--src/client/ClientStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp
index d6cd4248..a61d511a 100644
--- a/src/client/ClientStore.cpp
+++ b/src/client/ClientStore.cpp
@@ -450,7 +450,7 @@ ClientStore::connect(const Raul::Path& src_path,
#ifdef INGEN_CLIENT_STORE_DUMP
std::cerr << "Client connect " << src_path << " => " << dst_path << std::endl;
#endif
-
+
attempt_connection(src_path, dst_path);
}