Skip to content

Commit 8d02da3

Browse files
committed
fixup! fixup! dns: refactor cares_wrap internals
1 parent 8caf51e commit 8d02da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cares_wrap.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ int ReverseTraits::Send(GetHostByAddrWrap* wrap, const char* name) {
11831183
address_buffer,
11841184
length,
11851185
family,
1186-
wrap->Callback,
1186+
GetHostByAddrWrap::Callback,
11871187
wrap->MakeCallbackPointer());
11881188
return 0;
11891189
}

0 commit comments

Comments
 (0)