]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/acl.c
TLS resumption: disable on continued-connection
[user/henk/code/exim.git] / src / src / acl.c
index aa8699a8a41965d8a27d2d72b73aba31d249a110..fb78a7b5f4a057a05ed98fea26f1e18d5ae6221a 100644 (file)
@@ -2,8 +2,8 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
+/* Copyright (c) The Exim Maintainers 2020 - 2022 */
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Code for handling Access Control Lists (ACLs) */
@@ -3481,8 +3481,7 @@ for (; cb; cb = cb->next)
 
        case CONTROL_DEBUG:
          {
-         uschar * debug_tag = NULL;
-         uschar * debug_opts = NULL;
+         uschar * debug_tag = NULL, * debug_opts = NULL;
          BOOL kill = FALSE, stop = FALSE;
 
          while (*p == '/')