Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'server/tcf')
-rw-r--r--server/tcf/main/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tcf/main/server.c b/server/tcf/main/server.c
index c9b7f3fd..3edd0b3c 100644
--- a/server/tcf/main/server.c
+++ b/server/tcf/main/server.c
@@ -58,7 +58,7 @@ static void channel_redirection_listener(Channel * host, Channel * target) {
if (strcmp(nm, "PathMap") == 0) service_pm = 1;
}
if (!service_pm || !service_ln || !service_sm) {
- ini_path_map_service(host->protocol);
+ ini_path_map_service(host->protocol, bcg);
if (service_pm) forward_pm = 1;
}
if (service_mm) {

Back to the top