commit | 161cf419f412446635013ac49e8c660cadc36080 | [log] [download] |
---|---|---|
author | djm@openbsd.org <djm@openbsd.org> | Mon Dec 22 07:55:51 2014 +0000 |
committer | Damien Miller <djm@mindrot.org> | Mon Dec 22 19:08:12 2014 +1100 |
tree | 849be0516d697c2bad7277ed780144a84602d86f | |
parent | f69b69b8625be447b8826b21d87713874dac25a6 [diff] |
upstream commit make internal handling of filename arguments of "none" more consistent with ssh. "none" arguments are now replaced with NULL when the configuration is finalised. Simplifies checking later on (just need to test not-NULL rather than that + strcmp) and cleans up some inconsistencies. ok markus@