mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Fixed compilation errors.
This commit is contained in:
@ -22,7 +22,7 @@ YACReaderHttpSession *YACReaderHttpSessionStore::getYACReaderSessionHttpSession(
|
||||
{
|
||||
QMutexLocker locker(&mutex);
|
||||
|
||||
return sessions.value(id, nullptr);
|
||||
return sessions.value(httpSessionId, nullptr);
|
||||
}
|
||||
|
||||
void YACReaderHttpSessionStore::sessionTimerEvent()
|
||||
|
Reference in New Issue
Block a user