summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-11-21 12:05:04 -0800
committerUlf Wiger <ulf@feuerlabs.com>2015-11-21 12:05:04 -0800
commit150a3afe65f7906766e7216e460a16a8f0d86b43 (patch)
treefdc78f931644050c37161f42a1b2b6704aecec6a /components
parentca1f0abd9f0f1478da8380bff28cb25aada34c1d (diff)
downloadrvi_core-150a3afe65f7906766e7216e460a16a8f0d86b43.tar.gz
minor fixes after rebase against master
Diffstat (limited to 'components')
-rw-r--r--components/service_edge/src/service_edge_rpc.erl15
1 files changed, 0 insertions, 15 deletions
diff --git a/components/service_edge/src/service_edge_rpc.erl b/components/service_edge/src/service_edge_rpc.erl
index d652725..a7c75e0 100644
--- a/components/service_edge/src/service_edge_rpc.erl
+++ b/components/service_edge/src/service_edge_rpc.erl
@@ -481,21 +481,6 @@ handle_call({ rvi, handle_local_message,
false -> %% Absolute timoeut. Convert to unix time msec
TimeoutArg * 1000
end,
-
-
- %%
- %% Authorize local message and retrieve a certificate / signature
- %% that will be accepted by the receiving node that will deliver
- %% the messaage to its locally connected service_name service.
- %%
- [ok, Signature ] =
- authorize_rpc:authorize_local_message(
- St#st.cs, SvcName, [{service_name, SvcName},
- {timeout, Timeout},
- %% {parameters, Parameters},
- {parameters, {struct, Parameters}}
- ]),
-
%%
%% Check if this is a local service by trying to resolve its service name.
%% If successful, just forward it to its service_name.