summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-10-01 21:36:33 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-10-01 21:36:33 +0100
commit218a6f15f24e2925c66c4855b4d255e1a11c7911 (patch)
tree50a28879e5b721120740c722b3caaa292be18ca7 /test/src
parentc31e16a54f91476ce97ccd4d53a18c5bced1b320 (diff)
downloadexim4-218a6f15f24e2925c66c4855b4d255e1a11c7911.tar.gz
Testsuite: take care with the net-10 zonefile when operating in that area
Diffstat (limited to 'test/src')
-rw-r--r--test/src/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/server.c b/test/src/server.c
index ba731625b..4cf126068 100644
--- a/test/src/server.c
+++ b/test/src/server.c
@@ -278,7 +278,7 @@ if (initial_pause > 0)
if (port == 0) /* Unix domain */
{
- if (debug) printf("%d: Creating Unix domain socket\n", time(NULL));
+ if (debug) printf("%l: Creating Unix domain socket\n", (long) time(NULL));
listen_socket[udn] = socket(PF_UNIX, SOCK_STREAM, 0);
if (listen_socket[udn] < 0)
{