From f43fc1d59f23a721164af35c314721c4b650618b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 11 Jun 1996 02:57:12 +0000 Subject: [PATCH] Killed some old code git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@578 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/pop_init.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/appl/popper/pop_init.c b/appl/popper/pop_init.c index 37eaf32a3..a497ed02c 100644 --- a/appl/popper/pop_init.c +++ b/appl/popper/pop_init.c @@ -165,21 +165,10 @@ pop_init(POP *p,int argcount,char **argmessage) /* Save the cannonical name of the client host in the POP parameter block */ else { - -#ifndef BIND43 - p->client = ch->h_name; -#else -# include -# include - /* Distrust distant nameservers */ - extern struct state _res; struct hostent * ch_again; char * * addrp; - /* We already have a fully-qualified name */ - _res.options &= ~RES_DEFNAMES; - /* See if the name obtained for the client's IP address returns an address */ if ((ch_again = gethostbyname(ch->h_name)) == NULL) { @@ -207,7 +196,6 @@ pop_init(POP *p,int argcount,char **argmessage) p->client = p->ipaddr; } } -#endif /* BIND43 */ } /* Create input file stream for TCP/IP communication */