diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-18 23:38:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-18 23:38:00 +0000 |
commit | 4e24c6f45182b502b54a8f8fbbf1f86b05542764 (patch) | |
tree | b10036104b1af0b5a7d23173705468e8dded509f /fetchmail.c | |
parent | 1a364adedd3b5dcd8f9a8946f2d9c636c1f7585b (diff) | |
download | fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.gz fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.bz2 fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.zip |
This went to Craig Metz.
svn path=/trunk/; revision=1652
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 25bb42dc..a14390da 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -951,6 +951,8 @@ void dump_params (struct query *ctl) #if INET6 if (ctl->server.service) printf(" (using service %s)", ctl->server.service); + if (ctl->server.netsec) + printf(" (using IPsec options %s)", ctl->server.netsec); #else /* INET6 */ if (ctl->server.port) printf(" (using port %d)", ctl->server.port); |