Parcourir la source

tar2qfile: send EOF marker

Marek Marczykowski-Górecki il y a 10 ans
Parent
commit
dba3571883
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
 
 
-	//notify_end_and_wait_for_result();
+	notify_end_and_wait_for_result();
 	notify_progress(0, PROGRESS_FLAG_DONE);
 	return 0;
 }