mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Trivial comment change.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user