2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Handle SIGHUP. Locking is still missing.

This commit is contained in:
Andreas Gustafsson
2000-01-24 22:21:47 +00:00
parent 8cd870e3f5
commit b45b364f22
3 changed files with 63 additions and 6 deletions

View File

@@ -291,10 +291,7 @@ main(int argc, char *argv[]) {
result = isc_app_run();
if (result == ISC_R_RELOAD) {
/*
* XXXRTH Replace this with something useful.
*/
printf("reload requested\n");
ns_server_reloadwanted(ns_g_server);
} else if (result != ISC_R_SUCCESS) {
UNEXPECTED_ERROR(__FILE__, __LINE__,
"isc_app_run(): %s",