Skip to content

Commit

Permalink
fixup! fixup! dns: refactor cares_wrap internals
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Apr 9, 2021
1 parent 8caf51e commit 8d02da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cares_wrap.cc
Expand Up @@ -1183,7 +1183,7 @@ int ReverseTraits::Send(GetHostByAddrWrap* wrap, const char* name) {
address_buffer,
length,
family,
wrap->Callback,
GetHostByAddrWrap::Callback,
wrap->MakeCallbackPointer());
return 0;
}
Expand Down

0 comments on commit 8d02da3

Please sign in to comment.