[SF 2809131] SessionPool compile failure, part II

This commit is contained in:
Aleksandar Fabijanic
2009-06-20 11:46:43 +00:00
parent 64b3bc8b76
commit 0d57f8b00f

View File

@@ -122,7 +122,7 @@ public:
/// value, in which case it is reset back to the pool
/// value when the session is reclaimed by the pool.
{
Session& s = get();
Session s = get();
_addPropertyMap.insert(AddPropertyMap::value_type(s.impl(),
std::make_pair(name, s.getProperty(name))));
s.setProperty(name, value);