Fix warnings, remove unused variables.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@970 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-11-15 18:39:27 +00:00
parent 629f5ec95c
commit 0bcddc9caf
23 changed files with 61 additions and 21 deletions

View File

@@ -111,7 +111,6 @@ connect_host (char *host, des_cblock *key, des_key_schedule schedule,
struct hostent *hostent;
int s;
u_char b;
char tmp[16];
char **p;
hostent = gethostbyname (host);
@@ -329,7 +328,6 @@ doit (char *host, int passivep, int debugp, int tcpp)
if (passivep) {
struct sockaddr_in newaddr;
int addrlen;
u_char b = passivep;
int otherside;
otherside = connect_host (host, &key, schedule, passivep);