2
0
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:
Mark Andrews
2014-11-15 17:18:10 +11:00
parent eca6a76eda
commit ed51a21730

View File

@@ -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 */