diff options
Diffstat (limited to 'usr.bin/rsync/io.c')
| -rw-r--r-- | usr.bin/rsync/io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rsync/io.c b/usr.bin/rsync/io.c index a8dce4d7d2a..018798bed83 100644 --- a/usr.bin/rsync/io.c +++ b/usr.bin/rsync/io.c @@ -1,4 +1,4 @@ -/* $Id: io.c,v 1.8 2019/02/16 16:58:39 florian Exp $ */ +/* $Id: io.c,v 1.9 2019/02/17 16:34:04 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -464,7 +464,7 @@ io_lowbuffer_buf(struct sess *sess, void *buf, { int32_t tagbuf; - if (0 == valsz) + if (valsz == 0) return; if (!sess->mplex_writes) { |
