X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/69be312b5e335430e3e896e200def6a7c6f89c8d..c1c2c8ff6048202e9f682948b86772f98145610c:/log.c diff --git a/log.c b/log.c index f842e552..46e0a638 100644 --- a/log.c +++ b/log.c @@ -848,6 +848,7 @@ void maybe_log_item(struct file_struct *file, int iflags, int itemizing, void log_delete(const char *fname, int mode) { + /* Zero-initialized */ static struct { union file_extras ex[4]; /* just in case... */ struct file_struct file;