From e52a48e88d80303e8d857f6757e60a5839d64e0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 18 May 2016 09:52:37 +0200 Subject: [PATCH] fix naming of plugin entries MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I6aa39d2a9e83b0a406aab503a051a9e5f8e96a0b Signed-off-by: José Bollo --- src/afb-api-so.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afb-api-so.c b/src/afb-api-so.c index 693385d5..9b7e994f 100644 --- a/src/afb-api-so.c +++ b/src/afb-api-so.c @@ -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) { -- 2.16.6