mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
isc_app_reload doesn't return value, don't use return() there
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user