Project

General

Profile

Bug #4417 » bug_4417.patch

Roel Standaert, 09/01/2015 02:21 PM

View differences:

src/web/WebController.C
session->expire();
}
toExpire.clear();
if (configuration().singleSession()) {
if (toExpire.size() > 0 && configuration().singleSession()) {
#ifdef WT_THREADED
boost::recursive_mutex::scoped_lock lock(mutex_);
#endif // WT_THREADED
(1-1/2)