X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Frda.c;h=476f06050c315fd824ba276bfc07717b1b0fb0ba;hb=60d10ce7e68a5f2cf771a5c079521c8e4f18d157;hp=2afd6dc8aa1cafcd6ca8b9a0c072933193747ae9;hpb=6c6d6e483411af2c087ff258f4041d38eb65e775;p=exim.git diff --git a/src/src/rda.c b/src/src/rda.c index 2afd6dc8a..476f06050 100644 --- a/src/src/rda.c +++ b/src/src/rda.c @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2015 */ +/* Copyright (c) University of Cambridge 1995 - 2016 */ /* See the file NOTICE for conditions of use and distribution. */ /* This module contains code for extracting addresses from a forwarding list @@ -911,7 +911,7 @@ if (yield == FF_DELIVERED || yield == FF_NOTDELIVERED || if (i > 0) { - addr->pipe_expandn = store_get((i+1) * sizeof(uschar **)); + addr->pipe_expandn = store_get((i+1) * sizeof(uschar *)); addr->pipe_expandn[i] = NULL; while (--i >= 0) addr->pipe_expandn[i] = expandn[i]; }