[exim-cvs] Fix build with DISABLE_EVENT (proper spelling)

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] Fix build with DISABLE_EVENT (proper spelling)
Gitweb: https://git.exim.org/exim.git/commitdiff/b9fd0b2293f8e24978655161662565290792ec41
Commit:     b9fd0b2293f8e24978655161662565290792ec41
Parent:     b6bc7293f473a99a5023698741200c79a375a915
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jun 15 13:20:07 2024 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jun 15 13:20:07 2024 +0100


    Fix build with DISABLE_EVENT (proper spelling)


    cf. 04c21a8fe3b5
---
 src/src/dns.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/src/src/dns.c b/src/src/dns.c
index 538c0c0b4..45dc1574d 100644
--- a/src/src/dns.c
+++ b/src/src/dns.c
@@ -1135,7 +1135,7 @@ errstr = US"cname_loop";

 not_good:
   {
-#ifndef DISABLE_EVENTS
+#ifndef DISABLE_EVENT
   const uschar * s = NULL;
   BOOL save_flag = f.search_find_defer;
   uschar * save_serr = search_error_message;
@@ -1168,7 +1168,7 @@ not_good:
   /*XXX what other state could an expansion in the eventhandler mess up? */
   search_error_message = save_serr;
   f.search_find_defer = save_flag;
-#endif    /*EVENTS*/
+#endif    /*EVENT*/
   return rc;
   }
 }


--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/