Remove redundant buffer clear

This commit is contained in:
Michael Theall 2020-05-09 13:25:21 -05:00
parent a747cfa83c
commit d1fcb2f8bf

View File

@ -1153,8 +1153,6 @@ void FtpSession::xferFile (char const *const args_, XferFileMode const mode_)
m_transfer = &FtpSession::storeTransfer;
}
m_xferBuffer.clear ();
LOCKED (m_workItem = path);
}