| 778 | } |
| 779 | |
| 780 | QueueChmodFile::~QueueChmodFile() { |
| 781 | SU::free(m_filePath); |
| 782 | SU::free(m_newMode); |
| 783 | } |
| 784 | |
| 785 | int QueueChmodFile::Perform() { |
| 786 | if (m_doConnect && !m_client->IsConnected()) { |
nothing calls this directly
no outgoing calls
no test coverage detected