upstream commit
remove a static array unused since rev 1.306 spotted by clang ok djm@ Upstream-ID: 249b3eed2446f6074ba2219ccc46919dd235a7b8
This commit is contained in:
parent
91bd218186
commit
e13aad66e7
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
/* $OpenBSD: servconf.c,v 1.306 2017/03/14 07:19:07 djm Exp $ */
|
/* $OpenBSD: servconf.c,v 1.307 2017/04/27 13:40:05 jsg Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
* All rights reserved
|
* All rights reserved
|
||||||
|
@ -935,13 +935,6 @@ static const struct multistate multistate_gatewayports[] = {
|
||||||
{ "no", 0 },
|
{ "no", 0 },
|
||||||
{ NULL, -1 }
|
{ NULL, -1 }
|
||||||
};
|
};
|
||||||
static const struct multistate multistate_privsep[] = {
|
|
||||||
{ "yes", PRIVSEP_NOSANDBOX },
|
|
||||||
{ "sandbox", PRIVSEP_ON },
|
|
||||||
{ "nosandbox", PRIVSEP_NOSANDBOX },
|
|
||||||
{ "no", PRIVSEP_OFF },
|
|
||||||
{ NULL, -1 }
|
|
||||||
};
|
|
||||||
static const struct multistate multistate_tcpfwd[] = {
|
static const struct multistate multistate_tcpfwd[] = {
|
||||||
{ "yes", FORWARD_ALLOW },
|
{ "yes", FORWARD_ALLOW },
|
||||||
{ "all", FORWARD_ALLOW },
|
{ "all", FORWARD_ALLOW },
|
||||||
|
|
Loading…
Reference in New Issue