Fix Svace issue : 118 checker 49/115749/2 accepted/tizen/3.0/common/20170222.125652 accepted/tizen/3.0/mobile/20170222.081341 accepted/tizen/3.0/wearable/20170222.081424 submit/tizen_3.0/20170221.074623
authorjh8801.jung <jh8801.jung@samsung.com>
Tue, 21 Feb 2017 07:26:59 +0000 (16:26 +0900)
committerjh8801.jung <jh8801.jung@samsung.com>
Tue, 21 Feb 2017 07:29:24 +0000 (16:29 +0900)
Change-Id: I26225a8fd7629c902bea5c89f8d89ff66f400279

packaging/nfc-plugin-emul.spec
src/oem/oem_emul.c

index 7676943..2ef5a0e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       nfc-plugin-emul
 Summary:    NFC emul plugin
-Version:    0.0.21
+Version:    0.0.22
 Release:    0
 Group:      TO_BE/FILLED_IN
 License:    Apache-2.0
index c636b14..c4890b0 100755 (executable)
@@ -1695,12 +1695,6 @@ static void emul_ReaderThread(void * pArg)
 
                DEBUG_MSG("epoll wait >>>>");
 
-               if(emulMsg_poll_fd == -1 || emulMsg_file_fd == -1)
-               {
-                       DEBUG_MSG("client is deinitialized. ");
-                       condition = 0;
-               }
-
                while((num_of_files = epoll_wait(emulMsg_poll_fd, emulMsg_poll_events, EPOLL_SIZE, -1)) == 0) {
                        DEBUG_MSG("no data is changed ");
                }