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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user