mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
fix ns_smf_add_message
This commit is contained in:
@@ -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.
|
* is managed by smf and is also running chroot.
|
||||||
*/
|
*/
|
||||||
isc_result_t
|
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"));
|
return (putstr(text, "use svcadm(1M) to manage named"));
|
||||||
}
|
}
|
||||||
#endif /* HAVE_LIBSCF */
|
#endif /* HAVE_LIBSCF */
|
||||||
|
Reference in New Issue
Block a user