Skip to content

Commit

Permalink
v4.4.3: Avoid bug that crash on Windows (provisional)
Browse files Browse the repository at this point in the history
  • Loading branch information
HikaruDY authored and Hikaru Kurosaki committed Apr 10, 2023
1 parent f1eb341 commit a7868be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/discover.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,10 @@ discover_interfaces(int state) {

static int setup_fallback = 0;

#if defined(DHCP_WINDOWS)
setup_fallback = 1; //*** Avoid bug that crash on Windows (provisional)
#endif

if (!begin_iface_scan(&ifaces)) {
log_fatal("Can't get list of interfaces.");
}
Expand Down

0 comments on commit a7868be

Please sign in to comment.