btrfs-progs: fix send-test build
authorEric Sandeen <sandeen@redhat.com>
Sat, 20 Apr 2013 04:37:10 +0000 (21:37 -0700)
committerDavid Sterba <dsterba@suse.cz>
Tue, 23 Apr 2013 16:56:27 +0000 (18:56 +0200)
commit4782e8ebdb583dfa3615f7b38dee729d34f62ec1
tree2cfa7d951013e3dbae75c424a627965b1cb72efb
parente9217541db0861ce30178a11f9aadba6c914289b
btrfs-progs: fix send-test build

btrfs_read_and_process_send_stream() recently changed its prototype;
this gets it building again.  0 means "do not honor the <end cmd>"
which was the previous default, before

2bfac02 Btrfs-progs: btrfs-receive optionally honors the end-cmd

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
send-test.c