Testsuite: take care with the net-10 zonefile when operating in that area
[exim.git] / test / src / server.c
index ba731625b3733fca1234f280655e20568952bc96..4cf1260687d640d49e34bc6e4f9a4f296f35b377 100644 (file)
@@ -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)
     {