mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
fix ns_smf_add_message
This commit is contained in:
parent
eca6a76eda
commit
ed51a21730
@ -8897,7 +8897,7 @@ ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args,
|
||||
* is managed by smf and is also running chroot.
|
||||
*/
|
||||
isc_result_t
|
||||
ns_smf_add_message(isc_buffer_t **text) {
|
||||
ns_smf_add_message(isc_buffer_t *text) {
|
||||
return (putstr(text, "use svcadm(1M) to manage named"));
|
||||
}
|
||||
#endif /* HAVE_LIBSCF */
|
||||
|
Loading…
x
Reference in New Issue
Block a user