X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2b1c6e3a3a41b680dcefcb87d6c373431f718607..91ecef39cad37bb5de008f557bded8dcbc8aa6e3:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index 4cd98f7d4..5da6f99b8 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/expand.c,v 1.58 2006/04/18 11:13:19 ph10 Exp $ */ +/* $Cambridge: exim/src/src/expand.c,v 1.59 2006/09/05 14:05:43 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -3662,7 +3662,7 @@ while (*s != 0) { /* Handle an IP (internet) domain */ - if (strncmp(sub_arg[0], "inet:", 5) == 0) + if (Ustrncmp(sub_arg[0], "inet:", 5) == 0) { BOOL connected = FALSE; int namelen, port;