IMAPConnectionWorker.cpp: fix gcc6 build
Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
committed by
Augustin Cavalier
parent
8f3b264a06
commit
5e885c5f1c
@@ -699,7 +699,7 @@ IMAPConnectionWorker::MessageExpungeReceived(uint32 index)
|
|||||||
if (fSelectedBox == NULL)
|
if (fSelectedBox == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
BLocker locker(this);
|
BAutolock locker(fLocker);
|
||||||
|
|
||||||
IMAPMailbox* mailbox = _MailboxFor(*fSelectedBox);
|
IMAPMailbox* mailbox = _MailboxFor(*fSelectedBox);
|
||||||
if (mailbox != NULL) {
|
if (mailbox != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user