diff options
author | jobol <jose.bollo@iot.bzh> | 2017-11-09 11:11:55 +0100 |
---|---|---|
committer | jobol <jose.bollo@iot.bzh> | 2017-11-09 11:11:55 +0100 |
commit | 80d48ea93ae6683f839dda103329bba00c983d24 (patch) | |
tree | 92e10a08d5daac6b7c9a48c4f4415d7d3c8f01a2 /agl-identity-service/src/agl-identity-binding.c | |
parent | fd446c60d6ce64fa73f01058d66d5a706e9c4a9b (diff) |
fix bad name
Signed-off-by: jobol <jose.bollo@iot.bzh>
Diffstat (limited to 'agl-identity-service/src/agl-identity-binding.c')
-rw-r--r-- | agl-identity-service/src/agl-identity-binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agl-identity-service/src/agl-identity-binding.c b/agl-identity-service/src/agl-identity-binding.c index d1f0b28..06e513c 100644 --- a/agl-identity-service/src/agl-identity-binding.c +++ b/agl-identity-service/src/agl-identity-binding.c @@ -91,7 +91,7 @@ static void setconfig(struct json_object *conf) { if (conf) { confsetstr(conf, "vin", &vin, vin ? : default_vin); - aglfr_setconfig(conf); + agl_forgerock_setconfig(conf); } } |