Fixed the SLiRP and SCSI mutexes.

This commit is contained in:
OBattler
2017-10-14 08:34:47 +02:00
parent 61626117b4
commit 1d3aa976ec
6 changed files with 15 additions and 10 deletions

View File

@@ -89,8 +89,6 @@ network_init(void)
if (network_type != NET_TYPE_PCAP)
network_pcap_close();
network_slirp_mutex_init();
}