aboutsummaryrefslogtreecommitdiffstats
path: root/etrn.c
diff options
context:
space:
mode:
Diffstat (limited to 'etrn.c')
-rw-r--r--etrn.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/etrn.c b/etrn.c
index 66f1317d..d8234dca 100644
--- a/etrn.c
+++ b/etrn.c
@@ -33,10 +33,8 @@ static int etrn_getrange(int sock, struct query *ctl, char *id, int *countp,
/* send ETRN and interpret the response */
{
int ok, opts;
- char buf [POPBUFSIZE+1],
- hname[256];
+ char buf [POPBUFSIZE+1];
struct idlist *qnp; /* pointer to Q names */
- struct hostent *hp;
if ((ok = SMTP_ehlo(sock, ctl->server.truename, &opts)))
{