Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
edf7c005
Commit
edf7c005
authored
May 08, 2000
by
David Lawrence
Browse files
return(1) rather than exit(1) from main() to shut up HP/UX
parent
ab7c6712
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dig/dighost.c
View file @
edf7c005
...
...
@@ -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
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment