зеркало из https://github.com/mozilla/pjs.git
printf to remind me to fix #36661
This commit is contained in:
Родитель
1c02a8e7de
Коммит
1fac1a46bd
|
@ -845,6 +845,10 @@ nsNntpService::CreateNewsAccount(const char *username, const char *hostname, PRB
|
|||
if (NS_FAILED(rv)) return rv;
|
||||
if (!accountManager) return NS_ERROR_FAILURE;
|
||||
|
||||
#ifdef DEBUG_sspitzer
|
||||
printf("todo, for bug #36661, are there any accounts? if not, see if you can migrate. if not, popup the wizard for this server?\n");
|
||||
#endif
|
||||
|
||||
nsCOMPtr <nsIMsgAccount> account;
|
||||
rv = accountManager->CreateAccount(getter_AddRefs(account));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
|
Загрузка…
Ссылка в новой задаче