]> sjero.net Git - wget/commitdiff
Initialize show_all_dns_entries to false.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 6 Aug 2011 20:28:31 +0000 (22:28 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 6 Aug 2011 20:28:31 +0000 (22:28 +0200)
src/ChangeLog
src/init.c

index c96da02283f5aacba4b6d12efbd3d8b3a3ee7aa3..1b42b0203eb8b4a1a7cdeeb4b0763eca918c664c 100644 (file)
@@ -1,5 +1,7 @@
 2011-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * init.c (defaults): Set default value for show_all_dns_entries.
+
        * host.c (lookup_host): If `showalldnsentries' is used then print all
        the IP corresponding to a DNS entry.
        * init.c (commands): Add `showalldnsentries'.
index 8f44cdb4f52709bebd5783002ccadad91c11e056..dca24a9feb9c522d2b801325a66b087f9f111953 100644 (file)
@@ -360,6 +360,7 @@ defaults (void)
   opt.encoding_remote = NULL;
 
   opt.useservertimestamps = true;
+  opt.show_all_dns_entries = false;
 }
 \f
 /* Return the user's home directory (strdup-ed), or NULL if none is