corecode's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c322165
)
dma: more loudly note that we should query for MX records
author
Simon Schubert <corecode@dragonflybsd.org>
Mon, 20 Jul 2009 23:51:45 +0000 (
01:51
+0200)
committer
Simon Schubert <corecode@dragonflybsd.org>
Tue, 21 Jul 2009 22:13:16 +0000 (
00:13
+0200)
libexec/dma/net.c
patch
|
blob
|
blame
|
history
diff --git
a/libexec/dma/net.c
b/libexec/dma/net.c
index
5692c61
..
4458815
100644
(file)
--- 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;