summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-04-04 11:49:15 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-04-04 11:50:00 +0200
commit41618d081d650f9cc105034bfa37d3b861663db7 (patch)
tree306957c5ca876f2c6bf3ead8e4104fbffa3474b2 /src/main.c
parent0b838a6101edc810098ee0645d3bfd966096ae07 (diff)
Launch job at a earlier step
Change-Id: I3fcb96e4d748e38eacc4d413a451143dd9b4a10d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 1c85411a..8d1c7d16 100644
--- a/src/main.c
+++ b/src/main.c
@@ -412,7 +412,7 @@ static void start()
goto error;
}
- afb_api_so_set_timeout(config->apiTimeout);
+ afb_apis_set_timeout(config->apiTimeout);
start_list(config->dbus_clients, afb_api_dbus_add_client, "the afb-dbus client");
start_list(config->ws_clients, afb_api_ws_add_client, "the afb-websocket client");
start_list(config->ldpaths, afb_api_so_add_pathset, "the binding path set");