From 4005acb9924f35b7c51328c44b4b3986d3be2bee Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 21 Feb 1998 03:45:49 +0000 Subject: Craig's patches in response to cmetz3. svn path=/trunk/; revision=1664 --- options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index c0adeff2..9849299f 100644 --- a/options.c +++ b/options.c @@ -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; -- cgit v1.2.3