Merge branch 'network' of github.com:omersiar/MiniDexed into network

pull/757/head
Ömer Şiar Baysal 5 months ago
commit 8b1aec9ad6
  1. 5
      src/minidexed.cpp

@ -2200,6 +2200,7 @@ void CMiniDexed::UpdateNetwork()
if (!m_pNet)
return;
//add wired network check as well
//add wired network check as well
bool bNetIsRunning = m_pNet->IsRunning();
if (m_pNetDevice->GetType() == NetDeviceTypeEthernet)
@ -2212,7 +2213,9 @@ void CMiniDexed::UpdateNetwork()
m_bNetworkInit = true;
CString IPString;
m_pNet->GetConfig()->GetIPAddress()->Format(&IPString);
//LOGNOTE("Network up and running at: %s", static_cast<const char *>(IPString));
m_UDPMIDI.Initialize();
m_pFTPDaemon = new CFTPDaemon(FTPUSERNAME, FTPPASSWORD);

Loading…
Cancel
Save