Merge branch 'pspacek/reentrant-cleanup' into 'main'

remove last remaining reference to _REENTRANT macro and fix DLZ example

See merge request isc-projects/bind9!5544
This commit is contained in:
Petr Špaček 2021-10-29 07:09:20 +00:00
commit 51bb008f4b

View file

@ -692,9 +692,7 @@ modrdataset(struct dlz_example_data *state, const char *name,
char *full_name, *dclass, *type, *data, *ttlstr, *buf;
char absolute[1024];
isc_result_t result;
#if defined(_REENTRANT)
char *saveptr = NULL;
#endif /* defined(_REENTRANT) */
buf = strdup(rdatastr);
if (buf == NULL) {