[exim-cvs] Fix DISABLE_DKIM build

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Exim Git Commits Mailing List
Ημερομηνία:  
Προς: exim-cvs
Αντικείμενο: [exim-cvs] Fix DISABLE_DKIM build
Gitweb: http://git.exim.org/exim.git/commitdiff/6a43fca1821be6919fe0660f8ee5ef4b07b6ae37
Commit:     6a43fca1821be6919fe0660f8ee5ef4b07b6ae37
Parent:     b1f8e4f8ec26ecb99e56a0ed3a5140b65ec95a97
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Mar 11 16:24:50 2014 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Mar 11 16:24:50 2014 +0000


    Fix DISABLE_DKIM build


    Reported-by: heiko.schlichting@???
    Broken-in: 6e62c454 - jgh146exb@???
---
 src/src/verify.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/src/src/verify.c b/src/src/verify.c
index 3d3bfda..3c464fe 100644
--- a/src/src/verify.c
+++ b/src/src/verify.c
@@ -705,11 +705,13 @@ else
         cutthrough_delivery= FALSE;
         HDEBUG(D_acl|D_v) debug_printf("Cutthrough cancelled by presence of transport filter\n");
         }
+      #ifndef DISABLE_DKIM
       if (ob->dkim_domain)
         {
         cutthrough_delivery= FALSE;
         HDEBUG(D_acl|D_v) debug_printf("Cutthrough cancelled by presence of DKIM signing\n");
         }
+      #endif
       }


     SEND_FAILED: