Fixed example.conf set::dns::retries, 2s -> 2

This commit is contained in:
Bram Matthys 2003-01-19 20:05:57 +00:00
commit 0c74c5cd11
2 changed files with 2 additions and 1 deletions

View file

@ -1783,3 +1783,4 @@ seen. gmtime warning still there
- Fixed so crypt() works on !HAVE_CRYPT systems with openssl 0.9.7+ too
(yes, this makes us able to compile win32-ssl)
** beta14 released **
- Fixed example.conf set::dns::retries, 2s -> 2

View file

@ -698,7 +698,7 @@ set {
dns {
nameserver 127.0.0.1;
timeout 2s;
retries 2s;
retries 2;
};
options {
hide-ulines;