diff options
Diffstat (limited to 'etrn.c')
-rw-r--r-- | etrn.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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))) { |