projects
/
platform
/
core
/
account
/
fido-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aafb4a
)
fix svace issue
45/103045/1
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_wearable
tizen_3.0.m2
accepted/tizen/3.0.m2/mobile/20170104.100319
accepted/tizen/3.0.m2/wearable/20170104.101108
accepted/tizen/3.0/common/20161207.195338
accepted/tizen/3.0/ivi/20161207.070834
accepted/tizen/3.0/mobile/20161207.070756
accepted/tizen/3.0/wearable/20161207.070817
submit/tizen_3.0.m2/20170104.093748
submit/tizen_3.0/20161207.062213
author
jkjo92
<jkjo92@samsung.com>
Wed, 7 Dec 2016 06:13:26 +0000
(15:13 +0900)
committer
jkjo92
<jkjo92@samsung.com>
Wed, 7 Dec 2016 06:13:26 +0000
(15:13 +0900)
Change-Id: Ibe2365eaafb983fc1d3071efb5f6bf0cee70081d
client/fido_uaf_client.c
patch
|
blob
|
history
diff --git
a/client/fido_uaf_client.c
b/client/fido_uaf_client.c
index
bf94654
..
0bb7d38
100755
(executable)
--- a/
client/fido_uaf_client.c
+++ b/
client/fido_uaf_client.c
@@
-308,8
+308,6
@@
fido_uaf_set_server_result(int response_code, const char *uaf_response_json)
return FIDO_ERROR_NOT_SUPPORTED;
}
- GError *dbus_err = NULL;
-
int tizen_error_code = FIDO_ERROR_NONE;
_response_t *uaf_res_data = _uaf_parser_parse_uaf_response(uaf_response_json);