Merge branch 'develop' into release/1.1.0

This commit is contained in:
Willem Toorop 2017-04-13 10:50:27 +02:00
commit eb69cc8695
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; \ break; \
X[i] = (getdns_ ## T ## _t)n; \ 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) \ #define EXTENSION_SETTING_BOOL(X) \