mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Sync OpenBSD patchset 478:
Leftover unused variable :-/.
This commit is contained in:
parent
6b4b4c78cf
commit
bbdf78cd97
3
client.c
3
client.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: client.c,v 1.83 2009-11-02 21:40:44 tcunha Exp $ */
|
/* $Id: client.c,v 1.84 2009-11-02 21:41:16 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -46,7 +46,6 @@ struct imsgbuf *
|
|||||||
client_init(char *path, int cmdflags, int flags)
|
client_init(char *path, int cmdflags, int flags)
|
||||||
{
|
{
|
||||||
struct sockaddr_un sa;
|
struct sockaddr_un sa;
|
||||||
struct stat sb;
|
|
||||||
size_t size;
|
size_t size;
|
||||||
int fd, mode;
|
int fd, mode;
|
||||||
#ifdef HAVE_SETPROCTITLE
|
#ifdef HAVE_SETPROCTITLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user