From dba35718836c8cc5ed008583d6612b61204862a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 24 Nov 2013 04:41:00 +0100 Subject: [PATCH] tar2qfile: send EOF marker --- qubes-rpc/tar2qfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes-rpc/tar2qfile.c b/qubes-rpc/tar2qfile.c index d3fe3fe..3849583 100644 --- a/qubes-rpc/tar2qfile.c +++ b/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; }