]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3552. [bug] Wrong getopt option string for 'nsupdate -r'.
authorMark Andrews <marka@isc.org>
Fri, 19 Apr 2013 13:46:41 +0000 (23:46 +1000)
committerMark Andrews <marka@isc.org>
Fri, 19 Apr 2013 13:46:41 +0000 (23:46 +1000)
                        [RT# 33280]

CHANGES
bin/nsupdate/nsupdate.c

diff --git a/CHANGES b/CHANGES
index eac11209e8bec82349a733b20e0fc97e8acc80c1..8fae7ea3310b4f83d5cdd86585700c3767d2cfd1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3552.  [bug]           Wrong getopt option string for 'nsupdate -r'.
+                       [RT# 33280]
+
 3551.  [bug]           resolver.querydscp[46] were uninitialized.  [RT #32686]
 
 3550.  [func]          Unified the internal and export versions of the
index 90e4f3da7fbb0d8e236ef006675377cadd252ccb..ddb7d446e28dfdc90c034fe0a241a08e9233a799 100644 (file)
@@ -934,7 +934,7 @@ get_address(char *host, in_port_t port, isc_sockaddr_t *sockaddr) {
        INSIST(count == 1);
 }
 
-#define PARSE_ARGS_FMT "dDML:y:ghlovk:p:PrR::t:Tu:"
+#define PARSE_ARGS_FMT "dDML:y:ghlovk:p:Pr:R::t:Tu:"
 
 static void
 pre_parse_args(int argc, char **argv) {