Code Review
/
apps
/
agl-service-data-persistence.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
|
inline
| side by side (parent:
a37a642
)
auth-binding: replace AFB_ERROR_V2 by AFB_ERROR
author
José Bollo
<jose.bollo@iot.bzh>
Tue, 24 Oct 2017 12:34:24 +0000
(14:34 +0200)
committer
José Bollo
<jose.bollo@iot.bzh>
Tue, 24 Oct 2017 12:34:33 +0000
(14:34 +0200)
Change-Id: I26cd8ac335f8cbf04b9119e99df4485341075b6b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
ll-auth-binding/src/ll-auth-binding.c
patch
|
blob
|
history
diff --git
a/ll-auth-binding/src/ll-auth-binding.c
b/ll-auth-binding/src/ll-auth-binding.c
index
4a9bf11
..
da01169
100644
(file)
--- a/
ll-auth-binding/src/ll-auth-binding.c
+++ b/
ll-auth-binding/src/ll-auth-binding.c
@@
-320,7
+320,7
@@
static void verb_getuser(struct afb_req req)
*/
static inline int ll_auth_init_cleanup(const char* error, int retcode)
{
*/
static inline int ll_auth_init_cleanup(const char* error, int retcode)
{
- AFB_ERROR
_V2
("%s", error);
+ AFB_ERROR("%s", error);
free_string(¤t_user);
free_string(¤t_device);
free_string(¤t_user);
free_string(¤t_device);