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

@@ -128,7 +128,7 @@ copy_encrypted (int fd1, int fd2, des_cblock *iv,
int
get_xsockets (int *unix_socket, int *tcp_socket)
{
int unixfd, tcpfd;
int unixfd, tcpfd = -1;
struct sockaddr_un unixaddr;
struct sockaddr_in tcpaddr;
int dpy;