Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
minor fixes after rebase against master
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed Nov 21, 2015
1 parent ca1f0ab commit 150a3af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ebin
logs
.eunit
*.o
*.beam
Expand All @@ -9,4 +10,6 @@ erl_crash.dump
rel/example_project
.concrete/DEV_MODE
.rebar
scrits/setup_gen
scripts/setup_gen
scripts/author
components/authorize/author
15 changes: 0 additions & 15 deletions components/service_edge/src/service_edge_rpc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file modified scripts/setup_gen
Binary file not shown.

0 comments on commit 150a3af

Please sign in to comment.