Fix Svace Issue 81/89381/1 accepted/tizen/3.0/common/20161114.105256 accepted/tizen/3.0/ivi/20161011.055342 accepted/tizen/3.0/mobile/20161015.032646 accepted/tizen/3.0/tv/20161016.004003 accepted/tizen/3.0/wearable/20161015.081859 accepted/tizen/common/20160923.161200 accepted/tizen/ivi/20160927.020451 accepted/tizen/mobile/20160927.020402 accepted/tizen/tv/20160927.020418 accepted/tizen/wearable/20160927.020409 submit/tizen/20160923.111517 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000005 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
authorJihoon Jung <jh8801.jung@samsung.com>
Fri, 23 Sep 2016 08:40:26 +0000 (17:40 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Fri, 23 Sep 2016 08:41:01 +0000 (17:41 +0900)
Signed-off-by : Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I19b203d85aaf4a1122f9aa2d4c2d1275a09e12b2

packaging/capi-network-nfc.spec
src/nfc_card_emulation.c

index 95a782b..5d64c5f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-network-nfc
 Summary:    A NFC library in Native API
-Version:    0.3.5
+Version:    0.3.6
 Release:    0
 Group:      Network & Connectivity/NFC
 License:    Apache-2.0
index 3b8153d..a94d143 100755 (executable)
@@ -464,7 +464,6 @@ int nfc_se_remove_route_for_aid_internal(const char* pkg_name, const char *aid)
        /* LCOV_EXCL_START */
        CHECK_INIT();
        CHECK_INVALID(pkg_name == NULL);
-       CHECK_INVALID(aid == NULL);
 
        if (aid == NULL)
                result = net_nfc_client_se_remove_package_aids_sync(pkg_name);