зеркало из https://github.com/mozilla/gecko-dev.git
prevent future build breakage for unix builds that have tests enabled....
synch up new get password apis.
This commit is contained in:
Родитель
89e414a3f4
Коммит
0ff4f93d1b
|
@ -189,7 +189,7 @@ printIncomingServer(nsIMsgIncomingServer *server)
|
|||
if (NS_SUCCEEDED(rv) && value) printf("\tUserName: %s\n", value);
|
||||
|
||||
value=nsnull;
|
||||
rv = server->GetPassword(&value);
|
||||
rv = server->GetPassword(PR_FALSE, &value);
|
||||
if (NS_SUCCEEDED(rv) && value) printf("\tPassword: %s\n", value);
|
||||
|
||||
value=nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче