projects
/
framework
/
osp
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5686b64
)
Fix after certificate popup
author
hyun lee
<hyunn.lee@samsung.com>
Wed, 26 Jun 2013 05:04:34 +0000
(14:04 +0900)
committer
hyun lee
<hyunn.lee@samsung.com>
Wed, 26 Jun 2013 05:04:34 +0000
(14:04 +0900)
Change-Id: Ia87c3d69dc9bd5b81c484b4b39d8d1c792425f2c
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
src/controls/FWebCtrl_WebImpl.cpp
patch
|
blob
|
history
diff --git
a/src/controls/FWebCtrl_WebImpl.cpp
b/src/controls/FWebCtrl_WebImpl.cpp
index
61b55c1
..
76d3171
100755
(executable)
--- a/
src/controls/FWebCtrl_WebImpl.cpp
+++ b/
src/controls/FWebCtrl_WebImpl.cpp
@@
-3800,7
+3800,7
@@
_WebImpl::ClearCertificateDb(void)
_DatabaseImpl db;
r = db.Construct(certificatePath, "r+", null);
- SysTry
Catch(NID_WEB_CTRL, r == E_SUCCESS,
, r, "[%s] Propagating.", GetErrorMessage(r));
+ SysTry
ReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS
, r, "[%s] Propagating.", GetErrorMessage(r));
db.BeginTransaction();