summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-01-24 19:29:21 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-01-24 19:29:21 +0000
commit3af060926c5d1c0786a446762c333c91f0665187 (patch)
tree54a708dc52c9be5db8dd2b9092ec1c3187b077c7 /src
parent24c7087f56530d2d81a92d9955afef13b4f1462f (diff)
Testsuite: change port used for identd test
Diffstat (limited to 'src')
-rw-r--r--src/src/exim.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src/exim.c b/src/src/exim.c
index 3be3bf039..d62e9239b 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -5027,9 +5027,9 @@ if (host_checking)
if (!sender_ident_set)
{
sender_ident = NULL;
- if (f.running_in_test_harness && sender_host_port != 0 &&
- interface_address != NULL && interface_port != 0)
- verify_get_ident(1413);
+ if (f.running_in_test_harness && sender_host_port
+ && interface_address && interface_port)
+ verify_get_ident(1223); /* note hardwired port number */
}
/* In case the given address is a non-canonical IPv6 address, canonicalize