diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-02-15 17:10:40 +0200 |
---|---|---|
committer | raquel medina <raquel.medina@konsulko.com> | 2019-05-01 23:11:48 +0000 |
commit | 509e8df88f8ad8d7e299e6d01077b7014624de3c (patch) | |
tree | d196701550c5cc3f29bf0c6134dfe5763d4974f4 /src/aia-get.c | |
parent | ccaceac74b340e93bc68bce628772270e36df2aa (diff) |
binding: identity: fix segfault & update to v3 forgerock binding calls
On user login via nfc, the identity service segfaults on nfc event
processing. Fix segfault, update forgerock compilation unit to use
binding V3 call methods and review the identity agent baseline to
remove unused code / tidy up.
Bug-AGL: SPEC-2158
Change-Id: Ic87e630e9d028ba22937468375631b8e908011f8
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
(cherry picked from commit 8f64868f9edd313eaee9a73abc3f79110da5f132)
Diffstat (limited to 'src/aia-get.c')
-rw-r--r-- | src/aia-get.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/aia-get.c b/src/aia-get.c index 56c82b0..4536e25 100644 --- a/src/aia-get.c +++ b/src/aia-get.c @@ -27,26 +27,6 @@ #include "curl-wrap.h" #include "oidc-agent.h" -/* -#include <errno.h> -#include <stdint.h> -#include <unistd.h> -#include <fcntl.h> -#include <sys/types.h> -#include <sys/stat.h> - -#include <json-c/json.h> - -#include <afb/afb-binding.h> -#include <afb/afb-req-itf.h> -#include <afb/afb-event-itf.h> -#include <afb/afb-service-itf.h> - - -#include "u2f-bluez.h" -*/ - - struct keyrequest { struct keyrequest *next; int dead; |