diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-04-15 09:15:46 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-04-15 09:15:46 +0000 |
commit | fe6985580ec12101d7c93e6287c12f4da9d0ea51 (patch) | |
tree | d25b66cbdcff7718971513572fdd74403e85628f /usr.sbin/nsd/options.c | |
parent | ff399403fbd711440451ccdecae5f8d422cb0f5f (diff) |
update to 4.1.16rc1
tests & OK sthen
(if there are more changes coming for 4.1.16 release we will just
commit them on top)
Diffstat (limited to 'usr.sbin/nsd/options.c')
-rw-r--r-- | usr.sbin/nsd/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/nsd/options.c b/usr.sbin/nsd/options.c index 883f154ed24..026f8b91fac 100644 --- a/usr.sbin/nsd/options.c +++ b/usr.sbin/nsd/options.c @@ -63,6 +63,7 @@ nsd_options_create(region_type* region) opt->logfile = 0; opt->log_time_ascii = 1; opt->round_robin = 0; /* also packet.h::round_robin */ + opt->minimal_responses = 0; /* also packet.h::minimal_responses */ opt->server_count = 1; opt->tcp_count = 100; opt->tcp_query_count = 0; |