mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:22:05 -04:00
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:
commit
51bb008f4b
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue