mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- output forwarder log in ssl_req_order test.
git-svn-id: file:///svn/unbound/trunk@5130 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c79a99a577
commit
16cc196bf2
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
1 March 2019: Wouter
|
||||||
|
- output forwarder log in ssl_req_order test.
|
||||||
|
|
||||||
28 February 2019: Wouter
|
28 February 2019: Wouter
|
||||||
- Remove memory leak on pythonmod python2 script file init.
|
- Remove memory leak on pythonmod python2 script file init.
|
||||||
- Remove swig gcc8 python function cast warnings, they are ignored.
|
- Remove swig gcc8 python function cast warnings, they are ignored.
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,4 @@
|
||||||
kill_pid $FWD_PID
|
kill_pid $FWD_PID
|
||||||
kill_pid $UNBOUND_PID
|
kill_pid $UNBOUND_PID
|
||||||
cat unbound.log
|
cat unbound.log
|
||||||
|
cat fwd.log
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue