afb-api-so: fix a bug in error detection
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 25 Aug 2017 10:50:57 +0000 (12:50 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 25 Aug 2017 10:50:57 +0000 (12:50 +0200)
commit4e925980d16a7468a55ad2c23cc29ec51311ef6d
treeca34a2d343c1a84c0b9ed7bec080cf9864ae1828
parente3017eacd1b265377d6581fe255d8c0b994a3cec
afb-api-so: fix a bug in error detection

Error detection wasn't reported when an
error occured in a subdirectory.

Also closes the opened directories on error
and allows a mode for ignoring binding errors.

Change-Id: I34e52de8ea71bf84556878a395b56c6628cc5d9a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-api-so.c
src/afb-api-so.h
src/main.c