mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
return(1) rather than exit(1) from main() to shut up HP/UX
This commit is contained in:
parent
ab7c671292
commit
edf7c005be
1 changed files with 5 additions and 1 deletions
|
|
@ -1540,5 +1540,9 @@ main(int argc, char **argv) {
|
|||
do_lookup_udp(lookup);
|
||||
isc_app_run();
|
||||
free_lists();
|
||||
exit (1); /* Should never get here. */
|
||||
|
||||
/*
|
||||
* Should never get here.
|
||||
*/
|
||||
return (1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue