зеркало из https://github.com/mozilla/gecko-dev.git
Fix broken build.
This commit is contained in:
Родитель
5e2e699a69
Коммит
5337c5aee0
|
@ -3085,6 +3085,7 @@ shutdown:
|
||||||
|
|
||||||
if ((SECSuccess == rv) && certutil.commands[cmd_Batch].activated) {
|
if ((SECSuccess == rv) && certutil.commands[cmd_Batch].activated) {
|
||||||
FILE* batchFile = NULL;
|
FILE* batchFile = NULL;
|
||||||
|
char nextcommand[512];
|
||||||
if (!certutil.options[opt_InputFile].activated ||
|
if (!certutil.options[opt_InputFile].activated ||
|
||||||
!certutil.options[opt_InputFile].arg) {
|
!certutil.options[opt_InputFile].arg) {
|
||||||
PR_fprintf(PR_STDERR,
|
PR_fprintf(PR_STDERR,
|
||||||
|
@ -3093,7 +3094,6 @@ shutdown:
|
||||||
return 255;
|
return 255;
|
||||||
}
|
}
|
||||||
batchFile = fopen(certutil.options[opt_InputFile].arg, "r");
|
batchFile = fopen(certutil.options[opt_InputFile].arg, "r");
|
||||||
char nextcommand[512];
|
|
||||||
if (!batchFile) {
|
if (!batchFile) {
|
||||||
PR_fprintf(PR_STDERR,
|
PR_fprintf(PR_STDERR,
|
||||||
"%s: unable to open \"%s\" for reading (%ld, %ld).\n",
|
"%s: unable to open \"%s\" for reading (%ld, %ld).\n",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче