add missing netdevice pointer

pull/783/head
Ömer Şiar Baysal 1 week ago committed by GitHub
parent 541d17a9f9
commit 76a513b466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/minidexed.cpp

@ -2355,6 +2355,7 @@ bool CMiniDexed::InitNetwork()
LOGERR("Failed to initialize WPASupplicant, maybe wlan config is missing?"); LOGERR("Failed to initialize WPASupplicant, maybe wlan config is missing?");
} }
} }
m_pNetDevice = CNetDevice::GetNetDevice(NetDeviceType);
} }
return m_pNet != nullptr; return m_pNet != nullptr;
} }

Loading…
Cancel
Save