2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

silence hpux compiler warnings

This commit is contained in:
Mark Andrews
2013-04-12 14:06:41 +10:00
parent 794f12f4ff
commit 02638c8b40
6 changed files with 17 additions and 17 deletions

View File

@@ -305,7 +305,7 @@ main(int argc, char *argv[]) {
dns_client_destroy(&client);
dns_lib_shutdown();
exit(0);
return (0);
}
/*