mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-02-06 23:34:18 +01:00
fix DD-Mode
after commit baeee75 no packet transmit from repater on DD-mode
This commit is contained in:
parent
cc2c68aff9
commit
51a867439f
|
|
@ -252,7 +252,7 @@ CDDData* CDDHandler::read()
|
|||
if (m_maxRoutes == 0U)
|
||||
return NULL;
|
||||
|
||||
#if !defined(WIN32)
|
||||
#if defined(__WINDOWS__)
|
||||
return NULL;
|
||||
#else
|
||||
// Check that the read() won't block
|
||||
|
|
|
|||
Loading…
Reference in a new issue