mirror of git://anongit.mindrot.org/openssh.git
- djm@cvs.openbsd.org 2013/03/06 23:36:53
[readconf.c] g/c unused variable (-Wunused)
This commit is contained in:
parent
998cc56b65
commit
5cbec4c259
|
@ -10,6 +10,9 @@
|
|||
[session.c]
|
||||
fatal() when ChrootDirectory specified by running without root privileges;
|
||||
ok markus@
|
||||
- djm@cvs.openbsd.org 2013/03/06 23:36:53
|
||||
[readconf.c]
|
||||
g/c unused variable (-Wunused)
|
||||
|
||||
20130418
|
||||
- (djm) [config.guess config.sub] Update to last versions before they switch
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: readconf.c,v 1.196 2013/02/22 04:45:08 dtucker Exp $ */
|
||||
/* $OpenBSD: readconf.c,v 1.197 2013/03/06 23:36:53 djm Exp $ */
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||
|
@ -1232,8 +1232,6 @@ initialize_options(Options * options)
|
|||
void
|
||||
fill_default_options(Options * options)
|
||||
{
|
||||
int len;
|
||||
|
||||
if (options->forward_agent == -1)
|
||||
options->forward_agent = 0;
|
||||
if (options->forward_x11 == -1)
|
||||
|
|
Loading…
Reference in New Issue