Trivial comment change.

This commit is contained in:
Simon Kelley
2018-07-20 21:10:48 +01:00
parent c851c695db
commit f3e57877ed

View File

@@ -4137,11 +4137,11 @@ err:
} }
#ifdef HAVE_DNSSEC #ifdef HAVE_DNSSEC
case LOPT_DNSSEC_STAMP: case LOPT_DNSSEC_STAMP: /* --dnssec-timestamp */
daemon->timestamp_file = opt_string_alloc(arg); daemon->timestamp_file = opt_string_alloc(arg);
break; break;
case LOPT_DNSSEC_CHECK: case LOPT_DNSSEC_CHECK: /* --dnssec-check-unsigned */
if (arg) if (arg)
{ {
if (strcmp(arg, "no") == 0) if (strcmp(arg, "no") == 0)
@@ -4151,7 +4151,7 @@ err:
} }
break; break;
case LOPT_TRUST_ANCHOR: case LOPT_TRUST_ANCHOR: /* --trust-anchor */
{ {
struct ds_config *new = opt_malloc(sizeof(struct ds_config)); struct ds_config *new = opt_malloc(sizeof(struct ds_config));
char *cp, *cp1, *keyhex, *digest, *algo = NULL; char *cp, *cp1, *keyhex, *digest, *algo = NULL;