Browse Source

cleaning up sent files after sending task

logicp 5 years ago
parent
commit
7c999e9c04
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/client.cpp

+ 1 - 0
src/client.cpp

@@ -275,6 +275,7 @@ void Client::sendTaskEncoded(TaskType type, std::vector<std::string> args) {
         // Send start operation
         ::send(m_client_socket_fd, send_buffer, size + 5, 0);
         builder.Clear();
+        sent_files.clear();
     }
 }