unintiallized array

This commit is contained in:
Hoda Rohani 2017-04-13 09:44:08 +02:00
parent 0da79ae77a
commit 6c4af3af93
1 changed files with 1 additions and 1 deletions

View File

@ -4297,7 +4297,7 @@ static getdns_return_t _get_list_or_read_file(const getdns_dict *config_dict,
break; \
X[i] = (getdns_ ## T ## _t)n; \
} \
r = getdns_context_set_ ##X (context, count, X); \
r = getdns_context_set_ ##X (context, i, X); \
}
#define EXTENSION_SETTING_BOOL(X) \