mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 07:04:09 +00:00
Fix broken build.
This commit is contained in:
parent
5e2e699a69
commit
5337c5aee0
@ -3085,6 +3085,7 @@ shutdown:
|
||||
|
||||
if ((SECSuccess == rv) && certutil.commands[cmd_Batch].activated) {
|
||||
FILE* batchFile = NULL;
|
||||
char nextcommand[512];
|
||||
if (!certutil.options[opt_InputFile].activated ||
|
||||
!certutil.options[opt_InputFile].arg) {
|
||||
PR_fprintf(PR_STDERR,
|
||||
@ -3093,7 +3094,6 @@ shutdown:
|
||||
return 255;
|
||||
}
|
||||
batchFile = fopen(certutil.options[opt_InputFile].arg, "r");
|
||||
char nextcommand[512];
|
||||
if (!batchFile) {
|
||||
PR_fprintf(PR_STDERR,
|
||||
"%s: unable to open \"%s\" for reading (%ld, %ld).\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user