From 95c8eb970dfa7469e1c28b41cf97938fe75428ba Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Tue, 21 Jul 2009 01:51:45 +0200 Subject: [PATCH] dma: more loudly note that we should query for MX records --- libexec/dma/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/dma/net.c b/libexec/dma/net.c index 5692c61a6b..4458815673 100644 --- a/libexec/dma/net.c +++ b/libexec/dma/net.c @@ -288,7 +288,7 @@ open_connection(const char *host) else port = SMTP_PORT; - /* FIXME get MX record of host */ + /* XXX FIXME get MX record of host */ /* Shamelessly taken from getaddrinfo(3) */ memset(&hints, 0, sizeof(hints)); hints.ai_family = PF_UNSPEC; -- 2.41.0