X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f9ba5e2255cf18092750fffacb6a9603571a2be5..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/src/routers/rf_queue_add.c diff --git a/src/src/routers/rf_queue_add.c b/src/src/routers/rf_queue_add.c index 99de7b09c..8d94f5725 100644 --- a/src/src/routers/rf_queue_add.c +++ b/src/src/routers/rf_queue_add.c @@ -3,7 +3,9 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2018 */ +/* Copyright (c) The Exim Maintainers 2021 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ #include "../exim.h" #include "rf_functions.h" @@ -96,9 +98,9 @@ DEBUG(D_route) { debug_printf("queued for %s transport: local_part = %s\ndomain = %s\n" " errors_to=%s\n", - (addr->transport == NULL)? US"" : addr->transport->name, + addr->transport ? addr->transport->name : US"", addr->local_part, addr->domain, addr->prop.errors_address); - debug_printf(" domain_data=%s localpart_data=%s\n", addr->prop.domain_data, + debug_printf(" domain_data=%s local_part_data=%s\n", addr->prop.domain_data, addr->prop.localpart_data); }