javacommons/security/src/utils/storagehandler.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
--- a/javacommons/security/src/utils/storagehandler.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javacommons/security/src/utils/storagehandler.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -163,7 +163,7 @@
     {
         aCerts.push_back(JavaCommonUtils::wstringToInt(aValue));
     }
-    catch (ExceptionBase& eb)
+    catch (ExceptionBase eb)
     {
         WLOG1WSTR(EJavaStorage,
                   "Invalid cert index skipped: %s", aValue);