From c6b78d91a135b04cd920c04928b95b033809c009 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 19 Mar 2002 15:57:23 +0000 Subject: [PATCH] silence compiler --- contrib/sdb/pgsql/zonetodb.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/sdb/pgsql/zonetodb.c b/contrib/sdb/pgsql/zonetodb.c index 3e179f3444..5777c04b46 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); }