summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-09-29 12:57:32 -0700
committerWayne Davison <wayne@opencoder.net>2020-09-29 12:57:32 -0700
commitacca9d43d3143113088efa76d561b813735f1a73 (patch)
tree8111c493c88cf8ff40f461d0a543d4432629180c /rsync.h
parent58f464f4daa1b1ee00c6afd898a19ca5cd81bf58 (diff)
downloadrsync-acca9d43d3143113088efa76d561b813735f1a73.tar.gz
Expand the max name_num_item list size.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index 68dfba51..9d5c8008 100644
--- a/rsync.h
+++ b/rsync.h
@@ -1164,7 +1164,7 @@ struct name_num_obj {
uchar *saw;
int saw_len;
int negotiated_num;
- struct name_num_item list[8]; /* A big-enough len (we'll get a compile error if it is ever too small) */
+ struct name_num_item list[10]; /* we'll get a compile error/warning if this is ever too small */
};
#ifndef __cplusplus