X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0b91056090d768c4bdc6aa83d929d09416d34e89..dd04a03440be7c04ec7c3005d5fd92ec03311358:/checksum.c diff --git a/checksum.c b/checksum.c index a7ee0707..32299f0c 100644 --- a/checksum.c +++ b/checksum.c @@ -65,8 +65,8 @@ void get_checksum2(char *buf,int len,char *sum) { int i; MDstruct MD; - static char *buf1 = NULL; - static int len1 = 0; + static char *buf1; + static int len1; if (len > len1) { if (buf1) free(buf1);