From: Mark Andrews Date: Tue, 19 Mar 2002 15:57:23 +0000 (+0000) Subject: silence compiler X-Git-Tag: v9.0.1^2~8428 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c6b78d91a135b04cd920c04928b95b033809c009;p=thirdparty%2Fbind9.git silence compiler --- diff --git a/contrib/sdb/pgsql/zonetodb.c b/contrib/sdb/pgsql/zonetodb.c index 3e179f34444..5777c04b467 100644 --- a/contrib/sdb/pgsql/zonetodb.c +++ b/contrib/sdb/pgsql/zonetodb.c @@ -15,7 +15,10 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zonetodb.c,v 1.11 2002/03/19 03:32:08 marka Exp $ */ +/* $Id: zonetodb.c,v 1.12 2002/03/19 15:57:23 marka Exp $ */ + +#include +#include #include #include @@ -29,6 +32,7 @@ #include #include #include +#include #include #include @@ -273,4 +277,5 @@ main(int argc, char **argv) { dns_db_detach(&db); isc_mem_destroy(&mctx); closeandexit(0); + exit(0); }