diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-09-09 17:42:18 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-09-09 17:42:18 +0000 |
| commit | 23b5c802b8eb8d2660308d52632307071369298a (patch) | |
| tree | 7b4df25302778893e3659a7270675bc067da52ff /lib/libc | |
| parent | b22ae8ba2d5a6556cf7baac9300e8d4031079145 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/res_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c index 1d48f606d156..ecbb5d5d94a7 100644 --- a/lib/libc/net/res_init.c +++ b/lib/libc/net/res_init.c @@ -197,7 +197,7 @@ res_init() if (!_res.retrans) _res.retrans = RES_TIMEOUT; if (!_res.retry) - _res.retry = 4; + _res.retry = RES_DFLRETRY; if (!(_res.options & RES_INIT)) _res.options = RES_DEFAULT; |
