summaryrefslogtreecommitdiff
path: root/components/authorize/src/authorize_app.erl
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-18 20:02:21 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-18 20:02:21 -0700
commitd0bb358a78076972e1aaeaa769c93486b5f83110 (patch)
tree371101db4fd211a14c236e7a2c9757dbf6eb1486 /components/authorize/src/authorize_app.erl
parent0a24e9c82235bdfb64ce03382e0073af63aba719 (diff)
downloadrvi_core-d0bb358a78076972e1aaeaa769c93486b5f83110.tar.gz
Rewrite to adapt to gen_server model
Diffstat (limited to 'components/authorize/src/authorize_app.erl')
-rw-r--r--components/authorize/src/authorize_app.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/authorize/src/authorize_app.erl b/components/authorize/src/authorize_app.erl
index 5309ca7..8290744 100644
--- a/components/authorize/src/authorize_app.erl
+++ b/components/authorize/src/authorize_app.erl
@@ -23,8 +23,8 @@
start(_StartType, _StartArgs) ->
authorize_sup:start_link().
-start_phase(init, _, _) ->
- authorize_rpc:init_rvi_component(),
+start_phase(json_rpc, _, _) ->
+ authorize_rpc:start_json_server(),
ok;
start_phase(_Other, _, _) ->