зеркало из https://github.com/mozilla/pjs.git
fix get running scope to return running scope
This commit is contained in:
Родитель
f2203f5ca6
Коммит
4f045fc2a8
|
@ -453,6 +453,7 @@ NS_IMETHODIMP nsMsgSearchSession::GetRunningAdapter (nsIMsgSearchAdapter **aSear
|
|||
{
|
||||
*aSearchAdapter = scope->m_adapter;
|
||||
NS_ADDREF(*aSearchAdapter);
|
||||
return NS_OK;
|
||||
}
|
||||
*aSearchAdapter = nsnull;
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче