mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix test program dohclient close to use portability routine.
This commit is contained in:
parent
9177867d07
commit
b057d2127a
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
28 June 2022: George
|
28 June 2022: George
|
||||||
- Show the output of the exact .rpl run that failed with 'make test'.
|
- Show the output of the exact .rpl run that failed with 'make test'.
|
||||||
|
|
||||||
|
28 June 2022: Wouter
|
||||||
|
- Fix test program dohclient close to use portability routine.
|
||||||
|
|
||||||
23 June 2022: Tom
|
23 June 2022: Tom
|
||||||
- Clarify -v flag manpage entry (#705)
|
- Clarify -v flag manpage entry (#705)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -551,7 +551,7 @@ run(struct http2_session* h2_session, int port, int no_tls, int count, char** q)
|
||||||
if(ctx) {
|
if(ctx) {
|
||||||
SSL_CTX_free(ctx);
|
SSL_CTX_free(ctx);
|
||||||
}
|
}
|
||||||
close(fd);
|
sock_close(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** getopt global, in case header files fail to declare it. */
|
/** getopt global, in case header files fail to declare it. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue