From: Evan Hunt Date: Fri, 13 Apr 2018 17:14:52 +0000 (-0700) Subject: fixed a missing variable declaration needed by strtok_r on non-threaded builds X-Git-Tag: v9.13.0~56^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46fd0b62f816af601f850931464978a38f15f26d;p=thirdparty%2Fbind9.git fixed a missing variable declaration needed by strtok_r on non-threaded builds --- diff --git a/bin/tests/system/dlzexternal/driver.c b/bin/tests/system/dlzexternal/driver.c index a55189126be..8821b0ac0f5 100644 --- a/bin/tests/system/dlzexternal/driver.c +++ b/bin/tests/system/dlzexternal/driver.c @@ -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)