mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Initialize show_all_dns_entries to false.
This commit is contained in:
parent
ac0eac7c98
commit
aed17cca14
@ -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'.
|
||||
|
@ -360,6 +360,7 @@ defaults (void)
|
||||
opt.encoding_remote = NULL;
|
||||
|
||||
opt.useservertimestamps = true;
|
||||
opt.show_all_dns_entries = false;
|
||||
}
|
||||
|
||||
/* Return the user's home directory (strdup-ed), or NULL if none is
|
||||
|
Loading…
Reference in New Issue
Block a user