Bug 223492 xpfe bustage fix. Pass null to SendCommand for xpfe, which just gets ignored.

This commit is contained in:
ajschult%verizon.net 2007-02-09 06:20:16 +00:00
Родитель a81428abfa
Коммит eb53491f59
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1411,7 +1411,7 @@ static int HandleRemoteArguments(int argc, char* argv[], PRBool *aArgUsed)
char *response = NULL;
PRBool success = PR_FALSE;
rv = client.SendCommand(program, username, profile, remote,
&response, &success);
nsnull, &response, &success);
// did the command fail?
if (NS_FAILED(rv)) {