Compiler warning.

This commit is contained in:
Simon Kelley
2014-01-31 09:52:50 +00:00
parent b85e092e23
commit edc231bc58

View File

@@ -3678,7 +3678,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
case LOPT_DNSKEY:
{
struct dnskey *new = opt_malloc(sizeof(struct dnskey));
char *key64, *algo;
char *key64, *algo = NULL;
new->class = C_IN;