зеркало из https://github.com/mozilla/pjs.git
Fix for 293686. Check status from SECU_ParseCommandLine. r=nelson
This commit is contained in:
Родитель
c3abc2adeb
Коммит
bc02bfe07d
|
@ -196,7 +196,11 @@ int main(int argc, char **argv)
|
|||
}
|
||||
#endif
|
||||
|
||||
SECU_ParseCommandLine(argc, argv, progName, &signver);
|
||||
rv = SECU_ParseCommandLine(argc, argv, progName, &signver);
|
||||
|
||||
if (SECSuccess != rv) {
|
||||
Usage(progName, outFile);
|
||||
}
|
||||
|
||||
/* Set the certdb directory (default is ~/.{browser}) */
|
||||
SECU_ConfigDirectory(signver.options[opt_CertDir].arg);
|
||||
|
@ -259,12 +263,6 @@ int main(int argc, char **argv)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
case 'W':
|
||||
debugInfo = 1;
|
||||
break;
|
||||
#endif
|
||||
|
||||
if (!signFile && !dataFile && !typeTag)
|
||||
Usage(progName, outFile);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче