From c7d4c511edacca97c93eed4d4cc99eb9978b5ce2 Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Tue, 14 Apr 2015 18:35:24 -0700 Subject: Added protocol module decoder to each message transmitted --- components/proto_bert/src/proto_bert_rpc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/proto_bert/src') diff --git a/components/proto_bert/src/proto_bert_rpc.erl b/components/proto_bert/src/proto_bert_rpc.erl index 3baf356..ffc13c1 100644 --- a/components/proto_bert/src/proto_bert_rpc.erl +++ b/components/proto_bert/src/proto_bert_rpc.erl @@ -129,7 +129,7 @@ handle_call({rvi, send_message, Data = term_to_binary({ ServiceName, Timeout, Parameters, Signature, Certificate }), - Res = DataLinkMod:send_data(St#st.cs, ServiceName, DataLinkOpts, Data), + Res = DataLinkMod:send_data(St#st.cs, ?MODULE, ServiceName, DataLinkOpts, Data), { reply, Res, St }; -- cgit v1.2.1