Skip to content

Commit

Permalink
test-case: fix test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
pymumu committed Jan 14, 2024
1 parent 9df7eaf commit 54b4dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cases/test-server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ TEST_F(Server, retry_no_result_with_NOERROR)

if (count++ < 2) {
dns_add_domain(request->response_packet, request->domain.c_str(), request->qtype, request->qclass);
request->response_packet->head.tc = 1;
return smartdns::SERVER_REQUEST_OK;
}

Expand Down

0 comments on commit 54b4dcd

Please sign in to comment.