diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-21 03:45:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-21 03:45:49 +0000 |
commit | 4005acb9924f35b7c51328c44b4b3986d3be2bee (patch) | |
tree | fa56e11169895af72b5bff9f61bf2a182f88ecd6 /options.c | |
parent | 18121bbdd9912ff5a7d3a8714c50b1608b96ae4a (diff) | |
download | fetchmail-4005acb9924f35b7c51328c44b4b3986d3be2bee.tar.gz fetchmail-4005acb9924f35b7c51328c44b4b3986d3be2bee.tar.bz2 fetchmail-4005acb9924f35b7c51328c44b4b3986d3be2bee.zip |
Craig's patches in response to cmetz3.
svn path=/trunk/; revision=1664
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -342,9 +342,9 @@ struct query *ctl; /* option record to be initialized */ case 'T': case LA_NETSEC: #if NET_SECURITY - ctl->server.ipsec = (void *)optarg; + ctl->server.netsec = (void *)optarg; #else - fprintf(stderr, "fetchmail: IPv6 support is disabled\n"); + fprintf(stderr, "fetchmail: network security support is disabled\n"); errflag++; #endif /* NET_SECURITY */ break; |