tidying
[exim.git] / src / src / malware.c
index 9a98c99578c1b499c79d79fd77096ae3063eb9b6..7ae8200ae952b468c085b7ff5695692f9e2fc07f 100644 (file)
@@ -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;