diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-10 13:21:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-10 13:21:18 +0000 |
commit | 9c624b9ce0f6a566193507bbcf4dd360f7a08445 (patch) | |
tree | a2359158143915507c53ead9f30e8c81f8ed4e1a /etrn.c | |
parent | a6b119455ce2c0f8d66cf54b9d368db26006d88a (diff) | |
download | fetchmail-9c624b9ce0f6a566193507bbcf4dd360f7a08445.tar.gz fetchmail-9c624b9ce0f6a566193507bbcf4dd360f7a08445.tar.bz2 fetchmail-9c624b9ce0f6a566193507bbcf4dd360f7a08445.zip |
-Wall cleanup.
svn path=/trunk/; revision=1497
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))) { |