]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix named_smf_add_message prototype
authorMark Andrews <marka@isc.org>
Wed, 8 Jul 2026 13:53:09 +0000 (23:53 +1000)
committerMark Andrews <marka@isc.org>
Mon, 27 Jul 2026 03:50:08 +0000 (13:50 +1000)
There was a prototype mismatch for named_smf_add_message.  This
has been fixed.

bin/named/include/named/smf_globals.h

index b052822bfa0fece0081ffc58b88eb9d98fe27ba5..3d0fa66fab02c2cb8057977e02aa7a10e88200a6 100644 (file)
@@ -30,7 +30,7 @@ EXTERN unsigned int named_smf_chroot     INIT(0);
 EXTERN unsigned int named_smf_want_disable INIT(0);
 
 isc_result_t
-named_smf_add_message(isc_buffer_t **text);
+named_smf_add_message(isc_buffer_t *text);
 isc_result_t
 named_smf_get_instance(char **name, int debug, isc_mem_t *mctx);