summaryrefslogtreecommitdiff
path: root/components/service_edge
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-24 13:36:03 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-24 13:36:03 -0700
commit7c7d9cae2230350a50c0b56b6369cb3ba3ed3af4 (patch)
treec2eb033f2259d2a29fdd31f5625607ef776004bd /components/service_edge
parent0e71f5be3761bd27581d49d4935c5d9b418a9ec4 (diff)
downloadrvi_core-7c7d9cae2230350a50c0b56b6369cb3ba3ed3af4.tar.gz
Typo
Diffstat (limited to 'components/service_edge')
-rw-r--r--components/service_edge/src/service_edge_rpc.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/service_edge/src/service_edge_rpc.erl b/components/service_edge/src/service_edge_rpc.erl
index fb35142..b101921 100644
--- a/components/service_edge/src/service_edge_rpc.erl
+++ b/components/service_edge/src/service_edge_rpc.erl
@@ -590,13 +590,13 @@ handle_cast({ rvi, register_remote_services,
[ Services, LocalServiceAddresses ]}, State) ->
announce_service_availability(services_available, LocalServiceAddresses, Services),
- { reply, State };
+ { noreply, State };
handle_cast({ rvi, unregister_remote_services,
[Services, LocalServiceAddresses]}, State) ->
announce_service_availability(services_unavailable, LocalServiceAddresses, Services),
- { reply, State };
+ { noreply, State };
handle_cast({ rvi, handle_local_timeout, [Service, TransactionID] }, St) ->
%% FIXME: Should be forwarded to service.