]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Tue, 3 May 2016 15:25:06 +0000 (15:25 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 3 May 2016 15:58:46 +0000 (01:58 +1000)
don't forget to include StreamLocalBindUnlink in the
 config dump output

Upstream-ID: 14a6d970b3b45c8e94272e3c661e9a0b2a0ee7cb

servconf.c

index 6111c5a94ff00e84456f81ae38f877a06df2e257..01750a6c818e321eb91ffbbce0bb02d34760c8cc 100644 (file)
@@ -1,5 +1,5 @@
 
-/* $OpenBSD: servconf.c,v 1.287 2016/05/02 08:49:03 djm Exp $ */
+/* $OpenBSD: servconf.c,v 1.288 2016/05/03 15:25:06 djm Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
@@ -2293,6 +2293,7 @@ dump_config(ServerOptions *o)
        dump_cfg_fmtint(sAllowTcpForwarding, o->allow_tcp_forwarding);
        dump_cfg_fmtint(sAllowAgentForwarding, o->allow_agent_forwarding);
        dump_cfg_fmtint(sAllowStreamLocalForwarding, o->allow_streamlocal_forwarding);
+       dump_cfg_fmtint(sStreamLocalBindUnlink, o->fwd_opts.streamlocal_bind_unlink);
        dump_cfg_fmtint(sUsePrivilegeSeparation, use_privsep);
        dump_cfg_fmtint(sFingerprintHash, o->fingerprint_hash);