Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJookia <contact@jookia.org>2021-03-06 03:38:53 +0300
committerJookia <contact@jookia.org>2021-03-06 03:38:53 +0300
commit4b2e42b7e4ef63b625c024c5f26e814f437ef302 (patch)
tree1aac48d8c33ddde30b223d6988af5d06c15977e2
parent8d20da183c6eff002977ffd203fe18d83e49f948 (diff)
CI: fix slirp config initializerpo/rfc-slirp-1
-rw-r--r--src/misc/ethernet_slirp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/ethernet_slirp.cpp b/src/misc/ethernet_slirp.cpp
index ffc40dd03..e7867b9c4 100644
--- a/src/misc/ethernet_slirp.cpp
+++ b/src/misc/ethernet_slirp.cpp
@@ -115,6 +115,7 @@ void slirp_notify(void *opaque)
SlirpEthernetConnection::SlirpEthernetConnection()
: EthernetConnection(),
+ config(),
timers(),
get_packet_callback(),
registered_fds(),