2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

one more ignored return value

This commit is contained in:
Andreas Gustafsson
2001-11-30 02:09:48 +00:00
parent 1f1d36a87b
commit fdba3257ce

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: rndc.c,v 1.87 2001/11/30 01:58:55 gson Exp $ */ /* $Id: rndc.c,v 1.88 2001/11/30 02:09:48 gson Exp $ */
/* /*
* Principal Author: DCL * Principal Author: DCL
@@ -194,7 +194,7 @@ rndc_recvdone(isc_task_t *task, isc_event_t *event) {
isccc_sexpr_free(&response); isccc_sexpr_free(&response);
isc_socket_detach(&sock); isc_socket_detach(&sock);
isc_task_shutdown(task); isc_task_shutdown(task);
isc_app_shutdown(); RUNTIME_CHECK(isc_app_shutdown() == ISC_R_SUCCESS);
} }
static void static void