doc test fixup.

git-svn-id: file:///svn/unbound/trunk@1583 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-04-03 14:13:25 +00:00
parent 5445bf72ba
commit 49913a1c9e
3 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,7 @@
- Fixed a bug that caused messages to be stored in the cache too
long. Hard to trigger, but NXDOMAINs for nameservers or CNAME
targets have been more vulnerable to the TTL miscalculation bug.
- documentation test fixed for python addition.
2 April 2009: Wouter
- pyunbound (libunbound python plugin) compiles using libtool.

View file

@ -4,6 +4,11 @@
%module unboundmodule
%{
/**
* \file
* This is the interface between the unbound server and a python module
* called to perform operations on queries.
*/
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>

BIN
testdata/01-doc.tpkg vendored

Binary file not shown.