sim-card
/
qemu
Archived
10
0
Fork 0

forgot fclose()

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@979 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-07-05 21:18:42 +00:00
parent ae184e4ab7
commit 1d43a71773
1 changed files with 2 additions and 1 deletions

View File

@ -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();