summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2015-12-01 10:48:21 +0000
committergilles <gilles@openbsd.org>2015-12-01 10:48:21 +0000
commit144ad2a44f2f1b106dc2bf24fdf3d3d31f2757ac (patch)
tree8ddcb69ce9f9d1e5436210e353fefdc5eef0053e
parentdelay between retries when operating as a secondary MX increases too much, (diff)
downloadwireguard-openbsd-144ad2a44f2f1b106dc2bf24fdf3d3d31f2757ac.tar.xz
wireguard-openbsd-144ad2a44f2f1b106dc2bf24fdf3d3d31f2757ac.zip
whitespace
-rw-r--r--usr.sbin/smtpd/mta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c
index b5fc8dabf09..3b32362098c 100644
--- a/usr.sbin/smtpd/mta.c
+++ b/usr.sbin/smtpd/mta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mta.c,v 1.195 2015/12/01 10:41:35 gilles Exp $ */
+/* $OpenBSD: mta.c,v 1.196 2015/12/01 10:48:21 gilles Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -1443,7 +1443,7 @@ mta_find_route(struct mta_connector *c, time_t now, int *limits,
TAILQ_FOREACH(mx, &c->relay->domain->mxs, entry) {
/*
* New preference level
- */
+ */
if (mx->preference > level) {
#ifndef IGNORE_MX_PREFERENCE
/*