2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

isc_app_reload doesn't return value, don't use return() there

This commit is contained in:
Ondřej Surý 2019-05-29 13:37:10 +02:00
parent 5098c95452
commit 28af0de764

View File

@ -477,7 +477,7 @@ isc_app_ctxsuspend(isc_appctx_t *ctx) {
void
isc_app_reload(void) {
return (isc_app_ctxsuspend(&isc_g_appctx));
isc_app_ctxsuspend(&isc_g_appctx);
}
void