fix naming of plugin entries
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 18 May 2016 07:52:37 +0000 (09:52 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 18 May 2016 07:52:37 +0000 (09:52 +0200)
Change-Id: I6aa39d2a9e83b0a406aab503a051a9e5f8e96a0b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-api-so.c

index 693385d..9b7e994 100644 (file)
@@ -48,7 +48,7 @@ struct api_so_desc {
 
 static int api_timeout = 15;
 
-static const char plugin_register_function[] = "pluginAfbV1Entry";
+static const char plugin_register_function[] = "pluginAfbV1Register";
 
 static void afb_api_so_event_sender_push(struct api_so_desc *desc, const char *name, struct json_object *object)
 {