summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2013-10-26 20:55:10 +0000
committerEric Faurot <eric@cvs.openbsd.org>2013-10-26 20:55:10 +0000
commit29254cf0b42e895aaf93e611503a286d620ecbc8 (patch)
tree326dc6b9635f06c1e8e78b47ce35fcff7c6aa70b
parent17c6bde4d71d4fbe98504b99683a707fc1bc45c6 (diff)
fix default schema
-rw-r--r--usr.sbin/smtpd/to.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/to.c b/usr.sbin/smtpd/to.c
index 9efacef5dc9..2688e396047 100644
--- a/usr.sbin/smtpd/to.c
+++ b/usr.sbin/smtpd/to.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: to.c,v 1.9 2013/10/26 12:27:59 eric Exp $ */
+/* $OpenBSD: to.c,v 1.10 2013/10/26 20:55:09 eric Exp $ */
/*
* Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -356,7 +356,7 @@ text_to_relayhost(struct relayhost *relay, const char *s)
return 0;
/* no schema, default to smtp+tls:// */
- i = 1;
+ i = 2;
p = buffer;
}
else