aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-06-28 00:12:38 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-06-28 00:12:38 +0000
commit453cba9d2c57bf23987abace226f279d5d24f1a1 (patch)
tree480db54f58485e1464ac52b2a380103adf9dad9d /driver.c
parentef3579cb8447cde2050229a20ffd9300c71715ea (diff)
downloadfetchmail-453cba9d2c57bf23987abace226f279d5d24f1a1.tar.gz
fetchmail-453cba9d2c57bf23987abace226f279d5d24f1a1.tar.bz2
fetchmail-453cba9d2c57bf23987abace226f279d5d24f1a1.zip
Minor corrections.
svn path=/trunk/; revision=2906
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index c1b171f5..1e80c2b8 100644
--- a/driver.c
+++ b/driver.c
@@ -1675,7 +1675,7 @@ const int maxfetch; /* maximum number of messages to fetch */
verification. We may want to make this configurable */
if (ctl->use_ssl && SSLOpen(mailserver_socket,ctl->sslkey,ctl->sslcert,realhost) == -1)
{
- report(stderr, "SSL connection failed.");
+ report(stderr, "SSL connection failed.\n");
goto closeUp;
}
#endif