summaryrefslogtreecommitdiffstats
path: root/joinremote.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'joinremote.cpp')
-rw-r--r--joinremote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/joinremote.cpp b/joinremote.cpp
index 7fc14d1..0fb9acf 100644
--- a/joinremote.cpp
+++ b/joinremote.cpp
@@ -101,7 +101,7 @@ void JoinRemote::message_remote(int message_type, union parameter *param)
if (!(epoint = new Endpoint(0, j_serial)))
FATAL("No memory for Endpoint instance\n");
j_epoint_id = epoint->ep_serial;
- if (!(epoint->ep_app = new DEFAULT_ENDPOINT_APP(epoint)))
+ if (!(epoint->ep_app = new DEFAULT_ENDPOINT_APP(epoint, 1))) // outgoing
FATAL("No memory for Endpoint Application instance\n");
}