mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add missing return statement to dcc module.
It was harmless, but it makes Coverity happier.
This commit is contained in:
@@ -293,6 +293,7 @@ void CDCCSock::ReadData(const char* data, size_t len) {
|
||||
DEBUG("File not open! closing get.");
|
||||
m_pModule->PutModule(((m_bSend) ? "DCC -> [" : "DCC <- [") + m_sRemoteNick + "][" + m_sFileName + "] - File not open!");
|
||||
Close();
|
||||
return;
|
||||
}
|
||||
|
||||
// DCC specs says the receiving end sends the number of bytes it
|
||||
|
||||
Reference in New Issue
Block a user