tidying: coverity issues
[exim.git] / src / src / host.c
index b65168c68a1870bd5270b0377a38b6ce4fbad9e5..8e71aec5f8232083aca741e7c754739dc366cc33 100644 (file)
@@ -257,7 +257,7 @@ else
       count++;
 
   yield = store_get(sizeof(struct hostent));
-  alist = store_get((count + 1) * sizeof(char **));
+  alist = store_get((count + 1) * sizeof(char *));
   adds  = store_get(count *alen);
 
   yield->h_name = CS name;