aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------afb-helpers0
m---------app-controller-submodule0
m---------conf.d/app-templates0
-rw-r--r--src/test-binding.c2
4 files changed, 1 insertions, 1 deletions
diff --git a/afb-helpers b/afb-helpers
-Subproject f5f1e251131b6dd54b8f7bb9a31a7ef6e231a94
+Subproject c7cd527a8350f736b8013f65db6f5a52b8cb05d
diff --git a/app-controller-submodule b/app-controller-submodule
-Subproject 2b6c0eb7d0df2bf818c439ee51b144a5e8d3216
+Subproject 690bdeee06f414fa149f5a9b62de7b215c3a80c
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 6621af007c13b12bb1d33d0edf75db600a42f74
+Subproject 66f7bc88bfc7a17e1ef277c4f7293f95f6ec8b6
diff --git a/src/test-binding.c b/src/test-binding.c
index 2f6f915..ddbc6d7 100644
--- a/src/test-binding.c
+++ b/src/test-binding.c
@@ -40,7 +40,7 @@ static void ctrlapi_ping(AFB_ReqT request) {
count++;
AFB_ReqNotice(request, "Controller:ping count=%d", count);
- AFB_ReqSucess(request, json_object_new_int(count), NULL);
+ AFB_ReqSuccess(request, json_object_new_int(count), NULL);
return;
}