Ver Fonte

tar2qfile: send EOF marker

Marek Marczykowski-Górecki há 10 anos atrás
pai
commit
dba3571883
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      qubes-rpc/tar2qfile.c

+ 1 - 1
qubes-rpc/tar2qfile.c

@@ -919,7 +919,7 @@ int main(int argc, char **argv)
 	tar_file_processor(fd, &filters);
 	tar_file_processor(fd, &filters);
 
 
 
 
-	//notify_end_and_wait_for_result();
+	notify_end_and_wait_for_result();
 	notify_progress(0, PROGRESS_FLAG_DONE);
 	notify_progress(0, PROGRESS_FLAG_DONE);
 	return 0;
 	return 0;
 }
 }