changeset 64 | 0ea12c182930 |
parent 23 | 98ccebc37403 |
child 66 | 2455ef1f5bbc |
--- a/javacommons/security/src/utils/storagehandler.cpp Thu Aug 05 16:07:57 2010 +0300 +++ b/javacommons/security/src/utils/storagehandler.cpp Mon Aug 23 14:24:31 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);