Mark variables that are unused before release of store in the receive message loop
[exim.git] / src / src / acl.c
index f6141165c2fa0e78d77cc7f6b449a2bb12421396..35d955da6a2c584f52cbac5ca66de755c59a8fa5 100644 (file)
@@ -4477,7 +4477,7 @@ switch (where)
   }
 
 deliver_domain = deliver_localpart = deliver_address_data =
-  sender_address_data = NULL;
+  deliver_domain_data = sender_address_data = NULL;
 
 /* A DISCARD response is permitted only for message ACLs, excluding the PREDATA
 ACL, which is really in the middle of an SMTP command. */