Browse Source

Merge branch 'multiFileKdaemon' of github.com:/adventurist/ky_gui into multiFileKdaemon

Emmanuel Buckshi 5 years ago
parent
commit
b016bc43ef
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();
     }
 }