-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1.10
-
Fix Version/s: None
-
Component/s: Signer
-
Labels:None
https://github.com/opendnssec/opendnssec/blob/develop/signer/src/ods-signer.c
If "start" command is given on the command line:
215: exitcode = system(ODS_SE_ENGINE);
if "start" command is given interactively:
288: if (system(ODS_EN_ENGINE) != 0) {
surely you mean "ODS_SE_ENGINE" !