зеркало из https://github.com/mozilla/pjs.git
Bug 223492 xpfe bustage fix. Pass null to SendCommand for xpfe, which just gets ignored.
This commit is contained in:
Родитель
a81428abfa
Коммит
eb53491f59
|
@ -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)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче