summaryrefslogtreecommitdiff
path: root/community/snapper/libbtrfs.patch
blob: 805c36b442c73036ffdedbe76c02330be312bb50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/snapper/Btrfs.cc b/snapper/Btrfs.cc
index 2c110c3..be9e974 100644
--- a/snapper/Btrfs.cc
+++ b/snapper/Btrfs.cc
@@ -982,7 +982,7 @@ namespace snapper
 	{
 	    boost::this_thread::interruption_point();
 
-	    int r = btrfs_read_and_process_send_stream(fd, &send_ops, &*this);
+	    int r = btrfs_read_and_process_send_stream(fd, &send_ops, &*this, 0);
 
 	    if (r < 0)
 	    {