commit | 1108ae242fdd2c304307b68ddf46aebe43ebffaa | [log] [download] |
---|---|---|
author | dtucker@openbsd.org <dtucker@openbsd.org> | Thu Apr 23 04:59:10 2015 +0000 |
committer | Damien Miller <djm@mindrot.org> | Wed Apr 29 18:14:36 2015 +1000 |
tree | 4238cf5cfe27bd8a7158befffd0c53b250b09c2a | |
parent | bd902b8473e1168f19378d5d0ae68d0c203525df [diff] |
upstream commit Two small fixes for sshd -T: ListenAddress'es are added to a list head so reverse the order when printing them to ensure the behaviour remains the same, and print StreamLocalBindMask as octal with leading zero. ok deraadt@