]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make isc_buffer_t **text
authorMark Andrews <marka@isc.org>
Tue, 25 Nov 2014 20:36:53 +0000 (07:36 +1100)
committerMark Andrews <marka@isc.org>
Tue, 25 Nov 2014 20:36:53 +0000 (07:36 +1100)
bin/named/include/named/ns_smf_globals.h
bin/named/server.c

index 3a35743577581eb3f498773acb9f765345a7010e..373bdaba894501946af99a4bf7a615c810ad9337 100644 (file)
@@ -35,7 +35,7 @@ EXTERN unsigned int   ns_smf_got_instance     INIT(0);
 EXTERN unsigned int    ns_smf_chroot           INIT(0);
 EXTERN unsigned int    ns_smf_want_disable     INIT(0);
 
-isc_result_t ns_smf_add_message(isc_buffer_t *text);
+isc_result_t ns_smf_add_message(isc_buffer_t **text);
 isc_result_t ns_smf_get_instance(char **name, int debug, isc_mem_t *mctx);
 
 #undef EXTERN
index a5488c87a56e8953a0e92d5ee78cedce8ad07815..8bbaf33686d08200a443e017428a34797a977c21 100644 (file)
@@ -8901,7 +8901,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 */