summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSangkoo Kim <sangkoo.kim@samsung.com>2015-03-31 18:59:30 +0900
committerSangkoo Kim <sangkoo.kim@samsung.com>2015-03-31 18:59:30 +0900
commit1cd776d274fc36821557958fca79abeec457a703 (patch)
tree3589cd85e46388e53e447d15964b692133408078 /plugin
parent0eacf86de37090318b2ac592fb21cf18f8ce68c2 (diff)
downloadmsg-service-1cd776d274fc36821557958fca79abeec457a703.tar.gz
msg-service-1cd776d274fc36821557958fca79abeec457a703.tar.bz2
msg-service-1cd776d274fc36821557958fca79abeec457a703.zip
Change-Id: I94fda9b22e0153f32017c0943400834e4c43cb01 Signed-off-by: Sangkoo Kim <sangkoo.kim@samsung.com>
Diffstat (limited to 'plugin')
-rwxr-xr-xplugin/mms_plugin/MmsPluginUserAgent.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/mms_plugin/MmsPluginUserAgent.cpp b/plugin/mms_plugin/MmsPluginUserAgent.cpp
index 29dabfe..7ceba7a 100755
--- a/plugin/mms_plugin/MmsPluginUserAgent.cpp
+++ b/plugin/mms_plugin/MmsPluginUserAgent.cpp
@@ -352,7 +352,8 @@ void MmsPluginUaManager::run()
if(strcasestr(buf.machine, "emulated")) {
MSG_DEBUG("Running on Emulator mode.");
- int mmsResult = MsgSettingGetInt(VCONFKEY_TELEPHONY_MMS_SENT_STATUS);
+// int mmsResult = MsgSettingGetInt(VCONFKEY_TELEPHONY_MMS_SENT_STATUS);
+ int mmsResult = 0;
MSG_DEBUG("MMS result has to be [%d]", mmsResult);