Revert "DO NOT MERGE: Remove unused variables"
This reverts commit cb72f3643f475b70089e79108e16621787262e2b.
Change-Id: I10196a15fe92e281d4922f384f373a964ff703ec
diff --git a/config.c b/config.c
index b82ac6c..61a4ebb 100644
--- a/config.c
+++ b/config.c
@@ -154,7 +154,7 @@
* does dns lookups to set the plat subnet or exits on failure, waits forever for a dns response with a query backoff timer
*/
void dns64_detection() {
- int backoff_sleep, status;
+ int i, backoff_sleep, status;
struct in6_addr tmp_ptr;
backoff_sleep = 1;