mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Compiler warning.
This commit is contained in:
@@ -3678,7 +3678,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
|
|||||||
case LOPT_DNSKEY:
|
case LOPT_DNSKEY:
|
||||||
{
|
{
|
||||||
struct dnskey *new = opt_malloc(sizeof(struct dnskey));
|
struct dnskey *new = opt_malloc(sizeof(struct dnskey));
|
||||||
char *key64, *algo;
|
char *key64, *algo = NULL;
|
||||||
|
|
||||||
new->class = C_IN;
|
new->class = C_IN;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user