openssh/openssh-6.8p1-sshdT-output....

13 lines
645 B
Diff
Raw Permalink Normal View History

2015-06-24 12:11:59 +00:00
diff -up openssh/servconf.c.sshdt openssh/servconf.c
--- openssh/servconf.c.sshdt 2015-06-24 11:42:29.041078704 +0200
+++ openssh/servconf.c 2015-06-24 11:44:39.734745802 +0200
@@ -2317,7 +2317,7 @@ dump_config(ServerOptions *o)
2015-05-28 11:35:59 +00:00
dump_cfg_string(sXAuthLocation, o->xauth_location);
2020-02-17 10:57:13 +00:00
dump_cfg_string(sCiphers, o->ciphers);
dump_cfg_string(sMacs, o->macs);
2015-05-28 11:35:59 +00:00
- dump_cfg_string(sBanner, o->banner);
+ dump_cfg_string(sBanner, o->banner != NULL ? o->banner : "none");
dump_cfg_string(sForceCommand, o->adm_forced_command);
dump_cfg_string(sChrootDirectory, o->chroot_directory);
dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys);