Try to fix logging

network
probonopd 17 hours ago
parent 5843866834
commit 14653d6142
  1. 2
      src/minidexed.cpp

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

Loading…
Cancel
Save