]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/verify.c
DSCP: document; hex print; -bI:dscp
[user/henk/code/exim.git] / src / src / verify.c
index a702e92d6d0506dfadc2b9c180f866e91f1f226a..fed6ae37db62652cea44a76240d7ced93a2c5edb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/verify.c,v 1.55 2010/06/05 23:50:18 pdp Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -475,7 +473,8 @@ for (host = host_list; host != NULL && !done; host = host->next)
   set the error for the last one. Use the callout_connect timeout. */
 
   inblock.sock = outblock.sock =
-    smtp_connect(host, host_af, port, interface, callout_connect, TRUE);
+    smtp_connect(host, host_af, port, interface, callout_connect, TRUE, NULL);
+  /* reconsider DSCP here */
   if (inblock.sock < 0)
     {
     addr->message = string_sprintf("could not connect to %s [%s]: %s",