]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/transports/smtp.h
Intercept chown()/fchown() failure and emit a pointer to the bugreport. Closes 2391
[user/henk/code/exim.git] / src / src / transports / smtp.h
index b9e2b0b0209a805fcd5f8ed301399a15b9179df5..056efbcf7cf084c41d41cdc1aeecb2b9eeaca75d 100644 (file)
@@ -133,7 +133,6 @@ typedef struct {
 #endif
   BOOL dsn_all_lasthop:1;
 #if defined(SUPPORT_TLS) && defined(SUPPORT_DANE)
-  BOOL dane:1;
   BOOL dane_required:1;
 #endif
 #ifdef EXPERIMENTAL_PIPE_CONNECT
@@ -158,7 +157,9 @@ typedef struct {
   uschar *     smtp_greeting;
   uschar *     helo_response;
 #endif
+#ifdef EXPERIMENTAL_PIPE_CONNECT
   ehlo_resp_precis     ehlo_resp;
+#endif
 
   address_item *       first_addr;
   address_item *       next_addr;