Change getConnectCounter to return int
This is a follow up change to fix the nit in aosp/1172824
Fix: 144881031
Test: resolv_unit_test
Change-Id: I422cef67500c4deed76fe55a154fe270790b505d
diff --git a/DnsTlsDispatcher.cpp b/DnsTlsDispatcher.cpp
index e961b9f..8747e46 100644
--- a/DnsTlsDispatcher.cpp
+++ b/DnsTlsDispatcher.cpp
@@ -146,7 +146,7 @@
DnsTlsTransport::Response DnsTlsDispatcher::query(const DnsTlsServer& server, unsigned mark,
const Slice query, const Slice ans, int* resplen,
bool* connectTriggered) {
- uint32_t connectCounter;
+ int connectCounter;
const Key key = std::make_pair(mark, server);
Transport* xport;
{