projects
/
platform
/
core
/
api
/
nfc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5e324f
)
[TSAM-2626] Fix NFC ITC fail
89/67789/1
accepted/tizen/common/20160428.145055
accepted/tizen/ivi/20160429.011741
accepted/tizen/mobile/20160429.011645
accepted/tizen/tv/20160429.011648
accepted/tizen/wearable/20160429.011641
submit/tizen/20160428.084800
author
Jihoon Jung
<jh8801.jung@samsung.com>
Thu, 28 Apr 2016 08:37:18 +0000
(17:37 +0900)
committer
Jihoon Jung
<jh8801.jung@samsung.com>
Thu, 28 Apr 2016 08:38:53 +0000
(17:38 +0900)
- change check invalid parameter logic in nfc_manager_set_tag_filter
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I59c9ba8164b151ff355f41754477481ff0793bc0
src/nfc_manager.c
patch
|
blob
|
history
diff --git
a/src/nfc_manager.c
b/src/nfc_manager.c
index d5ce1ff6855724c47e2cfd86b3daed7b1becdd1e..0dc71bb60a5d14a4684823b3b3c4daba4a70a2f0 100755
(executable)
--- a/
src/nfc_manager.c
+++ b/
src/nfc_manager.c
@@
-318,7
+318,7
@@
void nfc_manager_set_tag_filter(int filter)
return;
}
- if (filter < NET_NFC_ALL_
DIS
ABLE) {
+ if (filter < NET_NFC_ALL_
EN
ABLE) {
LOG_ERR("Invalid parameter");
set_last_result(NFC_ERROR_INVALID_PARAMETER);
return;