提交 dcad020c 编写于 作者: R Rich Felker

fix uninitialized variable in new resolv.conf parser

上级 3d6e2e47
......@@ -10,7 +10,7 @@ int __get_resolv_conf(struct resolvconf *conf, char *search, size_t search_sz)
char line[256];
unsigned char _buf[256];
FILE *f, _f;
int nns;
int nns = 0;
conf->ndots = 1;
conf->timeout = 5;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册