提交 1d43a717 编写于 作者: B bellard

forgot fclose()


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@979 c046a42c-6fe2-441c-8c8c-71466251a162
上级 ae184e4a
......@@ -65,6 +65,7 @@ static int get_dns_addr(struct in_addr *pdns_addr)
lprint("%s", inet_ntoa(tmp_addr));
}
}
fclose(f);
if (!found)
return -1;
return 0;
......@@ -75,7 +76,7 @@ static int get_dns_addr(struct in_addr *pdns_addr)
void slirp_init(void)
{
// debug_init("/tmp/slirp.log", DEBUG_DEFAULT);
link_up = 1;
if_init();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册