From 41c462374fb25fae29f3b4a28eb99fdb639e8547 Mon Sep 17 00:00:00 2001
From: Manuel Bachmann <manuel.bachmann@iot.bzh>
Date: Wed, 16 Dec 2015 17:12:04 +0100
Subject: Fix plugins loading, cleanup and dispatch Radio API code

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
---
 plugins/session/token-api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/session')

diff --git a/plugins/session/token-api.c b/plugins/session/token-api.c
index 75883d3e..3b49d2e4 100644
--- a/plugins/session/token-api.c
+++ b/plugins/session/token-api.c
@@ -181,7 +181,7 @@ STATIC  AFB_restapi pluginApis[]= {
   {NULL}
 };
 
-PUBLIC AFB_plugin *afsvRegister () {
+PUBLIC AFB_plugin *tokenRegister () {
     AFB_plugin *plugin = malloc (sizeof (AFB_plugin));
     plugin->type  = AFB_PLUGIN_JSON; 
     plugin->info  = "Application Framework Binder Service";
-- 
cgit