소스 검색

tar2qfile: send EOF marker

Marek Marczykowski-Górecki 10 년 전
부모
커밋
dba3571883
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }