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:
parent
5098c95452
commit
28af0de764
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user