fix notification error 43/78543/1 accepted/tizen/common/20160706.142006 accepted/tizen/ivi/20160706.081839 accepted/tizen/mobile/20160706.081802 accepted/tizen/wearable/20160706.081817 submit/tizen/20160706.013325
authorintae, jeon <intae.jeon@samsung.com>
Wed, 6 Jul 2016 04:43:52 +0000 (13:43 +0900)
committerintae, jeon <intae.jeon@samsung.com>
Wed, 6 Jul 2016 04:43:52 +0000 (13:43 +0900)
Change-Id: I7d7708356ae9396cd7c8bd500b08d18b3ffdf960
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
email-daemon/email-daemon-mail.c

index e5b9e60..216a175 100755 (executable)
@@ -104,10 +104,7 @@ INTERNAL_FUNC int emdaemon_send_mail(char *multi_user_name, int mail_id, int *ha
                goto FINISH_OFF;
        }
 
-       if (!emnetwork_check_network_status(&err)) {
-               EM_DEBUG_EXCEPTION("emnetwork_check_network_status failed [%d]", err);
-               goto FINISH_OFF;
-       }
+
 
 #ifdef __FEATURE_MOVE_TO_OUTBOX_FIRST__
        if (!emstorage_get_mailbox_by_mailbox_type(multi_user_name, account_id, EMAIL_MAILBOX_TYPE_OUTBOX, &local_mailbox, true, &err))  {