Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b03670

Browse filesBrowse files
Trottdanielleadams
authored andcommitted
dns: fix trace_events name for resolveCaa()
A test was added for this in 6f34498 but because it was a test in the `internet` directory, it was not run on CI and it was not noticed that the test was failing. This fixes the error that was causing the test to fail. PR-URL: #35979 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 7cb5c09 commit 4b03670
Copy full SHA for 4b03670

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/cares_wrap.cc‎

Copy file name to clipboardExpand all lines: src/cares_wrap.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ class QueryAaaaWrap: public QueryWrap {
14931493
class QueryCaaWrap: public QueryWrap {
14941494
public:
14951495
QueryCaaWrap(ChannelWrap* channel, Local<Object> req_wrap_obj)
1496-
: QueryWrap(channel, req_wrap_obj, "resolve6") {
1496+
: QueryWrap(channel, req_wrap_obj, "resolveCaa") {
14971497
}
14981498

14991499
int Send(const char* name) override {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.