From 2cabbf89f9f696a4786476a4eda7a59a1c16d486 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 2 Aug 2005 00:41:50 +0000 Subject: Remove port/service dualism and make everything a service. svn path=/trunk/; revision=4219 --- options.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 38c46eb5..25c1c5e3 100644 --- a/options.c +++ b/options.c @@ -358,11 +358,7 @@ struct query *ctl; /* option record to be initialized */ else if (strcasecmp(optarg,"kpop") == 0) { ctl->server.protocol = P_POP3; -#ifdef INET6_ENABLE ctl->server.service = KPOP_PORT; -#else /* INET6_ENABLE */ - ctl->server.port = KPOP_PORT; -#endif /* INET6_ENABLE */ #ifdef KERBEROS_V5 ctl->server.authenticate = A_KERBEROS_V5; #else @@ -386,11 +382,7 @@ struct query *ctl; /* option record to be initialized */ break; case 'P': case LA_PORT: -#ifdef INET6_ENABLE ctl->server.service = optarg; -#else /* INET6_ENABLE */ - ctl->server.port = xatoi(optarg, &errflag); -#endif /* INET6_ENABLE */ break; case LA_AUTH: if (strcmp(optarg, "password") == 0) -- cgit v1.2.3