mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'fix-strtok' into 'master'
fix a missing variable declaration needed by strtok_r on non-threaded builds See merge request isc-projects/bind9!200
This commit is contained in:
commit
293d9132d7
1 changed files with 0 additions and 2 deletions
|
|
@ -702,9 +702,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(WIN32) || defined(_REENTRANT)
|
||||
char *saveptr = NULL;
|
||||
#endif
|
||||
|
||||
buf = strdup(rdatastr);
|
||||
if (buf == NULL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue