summaryrefslogtreecommitdiff
path: root/send-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'send-stream.c')
-rw-r--r--send-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send-stream.c b/send-stream.c
index c8419ac3..913a17ff 100644
--- a/send-stream.c
+++ b/send-stream.c
@@ -72,7 +72,7 @@ out:
static int read_cmd(struct btrfs_send_stream *sctx)
{
int ret;
- int cmd;
+ u16 cmd;
u32 cmd_len;
char *data;
u32 pos;