summaryrefslogtreecommitdiff
path: root/lib/export/samples/sample-async.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/export/samples/sample-async.c')
-rw-r--r--lib/export/samples/sample-async.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/export/samples/sample-async.c b/lib/export/samples/sample-async.c
index e646e795e9ae..a70dd4741ede 100644
--- a/lib/export/samples/sample-async.c
+++ b/lib/export/samples/sample-async.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2013 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -398,5 +398,5 @@ main(int argc, char *argv[]) {
isc_app_ctxfinish(query_actx);
ctxs_destroy(&mctx, &query_actx, &taskmgr, &socketmgr, &timermgr);
- exit(0);
+ return (0);
}