3552. [bug] Wrong getopt option string for 'nsupdate -r'.

[RT# 33280]
This commit is contained in:
Mark Andrews
2013-04-19 23:46:41 +10:00
parent b4914b3d69
commit d3c8ba219f
2 changed files with 4 additions and 1 deletions

View File

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

View 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) {