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