summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-08-18 17:33:11 -0700
committerWayne Davison <wayne@opencoder.net>2022-08-18 17:33:25 -0700
commit3258534e994549e07bc65e2ddf11636078f4a8d2 (patch)
treee702df92a4df141909f06df705ce583c52631a06 /rsync.h
parentb94bba40361acf1b7b9da41b02aa3d6b6e47943d (diff)
downloadrsync-3258534e994549e07bc65e2ddf11636078f4a8d2.tar.gz
Change name_num_obj struct to use a name_num_item pointer.
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 1cc037c5..e29c37c3 100644
--- a/rsync.h
+++ b/rsync.h
@@ -1172,7 +1172,7 @@ struct name_num_obj {
uchar *saw;
int saw_len;
int negotiated_num;
- struct name_num_item list[10]; /* we'll get a compile error/warning if this is ever too small */
+ struct name_num_item *list;
};
#ifdef EXTERNAL_ZLIB