X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/625667b6b6463db6344b5f10eb9dbf01e231573e..b2bcdd35f0923e96b717d035e9d991b50a38eb50:/src/src/malware.c diff --git a/src/src/malware.c b/src/src/malware.c index 9a98c9957..7ae8200ae 100644 --- a/src/src/malware.c +++ b/src/src/malware.c @@ -747,7 +747,7 @@ badseek: err = errno; pcre_get_substring(CS tmpbuf, ovector, result, 1, &pre_malware_nb); if (i==0) /* the first name we just copy to malware_name */ - g = string_cat(NULL, pre_malware_nb); + g = string_cat(NULL, US pre_malware_nb); /*XXX could be string_append_listele? */ else /* concatenate each new virus name to previous */ @@ -1239,7 +1239,6 @@ badseek: err = errno; uschar *p, *vname, *result_tag; int bread=0; - uschar * file_name; uschar av_buffer[1024]; uschar *hostname = US""; host_item connhost;