X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7eb0e5d2b8453f753bd2d8e2e77cf4b7e0b24b1b..362e4161e252f96a7b529d52f650ddc88d1cc9f7:/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 1eb109c89..938eee30a 100644 --- a/src/src/routers/rf_queue_add.c +++ b/src/src/routers/rf_queue_add.c @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2015 */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ #include "../exim.h" @@ -96,7 +96,7 @@ 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, addr->prop.localpart_data);