mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:24:46 -04:00
TLS DNS unit tests: do not share the port with TCP DNS tests
TLS DNS unit tests were sharing the port with TCP DNS tests by mistake. That could have caused conflicts between the two, when running the unit tests in parallel. This commit fixes that.
This commit is contained in:
parent
5167cc5982
commit
cad73b95bf
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ ISC_TEST_LIST_END
|
|||
|
||||
static int
|
||||
tlsdns_setup(void **state __attribute__((__unused__))) {
|
||||
stream_port = TCPDNS_TEST_PORT;
|
||||
stream_port = TLSDNS_TEST_PORT;
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue