]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3358 [bug] Fix declaration of fatal in bin/named/server.c
authorMark Andrews <marka@isc.org>
Sun, 5 Aug 2012 03:07:51 +0000 (13:07 +1000)
committerMark Andrews <marka@isc.org>
Sun, 5 Aug 2012 03:07:51 +0000 (13:07 +1000)
                        and bin/nsupdate/main.c. [RT #30522]

CHANGES
bin/nsupdate/nsupdate.c

diff --git a/CHANGES b/CHANGES
index 1bf05e557a2fa6dc0d3117dbf6ec330cf4a6d290..d35ad4affe0433c96c2969cfde4f4620d5101922 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
-3358   [bug]           Fix declaration of fatal in bin/named/server.c.
+3358   [bug]           Fix declaration of fatal in bin/named/server.c
+                       and bin/nsupdate/main.c. [RT #30522]
 
        --- 9.6-ESV-R7-P2 released ---
 
index 276ae2f72d41118b2f01e69792cda850ffa5e415..3c10b5fd369f67288a6f2c24350995b76203c814 100644 (file)
@@ -174,7 +174,7 @@ typedef struct nsu_requestinfo {
 static void
 sendrequest(isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr,
            dns_message_t *msg, dns_request_t **request);
-ISC_PLATFORM_NORETURN_POST static void
+ISC_PLATFORM_NORETURN_PRE static void
 fatal(const char *format, ...)
 ISC_FORMAT_PRINTF(1, 2) ISC_PLATFORM_NORETURN_POST;