Try to fix logging

network
probonopd 3 days ago
parent 5843866834
commit 14653d6142
  1. 2
      src/minidexed.cpp

@ -2341,7 +2341,7 @@ bool CMiniDexed::InitNetwork()
m_pNetDevice = CNetDevice::GetNetDevice(NetDeviceType);
// syslog configuration
// Syslog configuration
CIPAddress ServerIP = m_pConfig->GetNetworkSyslogServerIPAddress();
if (ServerIP.IsSet () && !ServerIP.IsNull ())
{

Loading…
Cancel
Save