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 committed May 23, 2022
1 parent 6f04e64 commit af2202c
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 @@ -592,6 +592,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 af2202c

Please sign in to comment.