Commit 32c1601e authored by Seblu's avatar Seblu
Browse files

LIST not send: "LIST: data send" to server

parent baee982f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -546,7 +546,8 @@ void SLDaemon::cmd_list() {
  try {
    while ((len = fread(buf, 1, 255, fls)) > 0)
      send(buf, len);
    sendln("LIST: data send.");
    if (verbose()) std::cout << "LIST: data send." << std::endl;
    flush();
  }
  catch (...) {
    pclose(fls);