Debug: option access for expansion
[exim.git] / src / src / smtp_out.c
index 62557072e26db5f511eea8582a4b7d026dca85b0..895b594fce839eae68c169ac0edaed9ce2403387 100644 (file)
@@ -278,6 +278,7 @@ if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, US &on, sizeof(on)))
 /* Set DSCP value, if we can. For now, if we fail to set the value, we don't
 bomb out, just log it and continue in default traffic class. */
 
+GET_OPTION("dscp");
 if (dscp && dscp_lookup(dscp, sc->host_af, &dscp_level, &dscp_option, &dscp_value))
   {
   HDEBUG(D_transport|D_acl|D_v)