From ae776521b090a54c305dc8719ad5f874c77c77db Mon Sep 17 00:00:00 2001 From: Olivier MEDOC Date: Thu, 14 Nov 2013 21:21:06 +0100 Subject: [PATCH] tar2qfile: forgot to pass a parameter in tar_read function --- 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 d7a9a97..cd47d4f 100644 --- a/qubes-rpc/tar2qfile.c +++ b/qubes-rpc/tar2qfile.c @@ -803,7 +803,7 @@ int tar_file_processor(int fd, int filter_count, char **filter) } } if (current==NEED_READ) { - current = ustar_rd(fd, &hdr, buf, &sb); + current = ustar_rd(fd, &hdr, buf, &sb, filter_count, filter); fprintf(stderr,"Return %d\n",ret); } if (current==NEED_SKIP) {