summaryrefslogtreecommitdiff
path: root/components/authorize/src
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-06 13:56:44 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-06 13:56:44 -0800
commit4c27e59eac2e723ae0af3c7c68e8289e38bfcd5e (patch)
tree0a90f8b4338fe93140afbb2627a95712e866d774 /components/authorize/src
parent93253bc4c8124bd5de3d87fff58d670926ac5a6f (diff)
downloadrvi_core-4c27e59eac2e723ae0af3c7c68e8289e38bfcd5e.tar.gz
Commented out dummy certificate for now
Diffstat (limited to 'components/authorize/src')
-rw-r--r--components/authorize/src/authorize_rpc.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/authorize/src/authorize_rpc.erl b/components/authorize/src/authorize_rpc.erl
index 3d214ea..50cd473 100644
--- a/components/authorize/src/authorize_rpc.erl
+++ b/components/authorize/src/authorize_rpc.erl
@@ -110,8 +110,8 @@ authorize_local_message(ServiceName) ->
[
{ status, rvi_common:json_rpc_status(ok)},
{ signature, "fixme_add_signature" },
- { certificate, get_certificate_body(ServiceName) }
-%% { certificate, "certificate" }
+%% { certificate, get_certificate_body(ServiceName) }
+ { certificate, "certificate" }
]}.
authorize_remote_message(ServiceName, Signature, Certificate) ->