Commit edc231bc authored by Simon Kelley's avatar Simon Kelley

Compiler warning.

parent b85e092e
...@@ -3678,7 +3678,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment