Debug: option access for expansion
[exim.git] / src / src / transports / smtp_socks.c
index 22ee74bd80892498885afd2d3b787abec475c6cb..ac8d0f2da69b2c442163e282b2ef08b917d7d6a2 100644 (file)
@@ -229,6 +229,7 @@ blob early_data;
 if (!timeout) timeout = 24*60*60;      /* use 1 day for "indefinite" */
 tmo = time(NULL) + timeout;
 
+GET_OPTION("socks_proxy");
 if (!(proxy_list = expand_string(ob->socks_proxy)))
   {
   log_write(0, LOG_MAIN|LOG_PANIC, "Bad expansion for socks_proxy in %s",