mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
forgot fclose()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@979 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
+2
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user