535d341
diff -up openssh/servconf.c.sshdt openssh/servconf.c
535d341
--- openssh/servconf.c.sshdt	2015-06-24 11:42:29.041078704 +0200
535d341
+++ openssh/servconf.c	2015-06-24 11:44:39.734745802 +0200
535d341
@@ -2317,7 +2317,7 @@ dump_config(ServerOptions *o)
0a076e7
 	dump_cfg_string(sXAuthLocation, o->xauth_location);
0a076e7
 	dump_cfg_string(sCiphers, o->ciphers ? o->ciphers : KEX_SERVER_ENCRYPT);
0a076e7
 	dump_cfg_string(sMacs, o->macs ? o->macs : KEX_SERVER_MAC);
0a076e7
-	dump_cfg_string(sBanner, o->banner);
0a076e7
+	dump_cfg_string(sBanner, o->banner != NULL ? o->banner : "none");
0a076e7
 	dump_cfg_string(sForceCommand, o->adm_forced_command);
0a076e7
 	dump_cfg_string(sChrootDirectory, o->chroot_directory);
0a076e7
 	dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys);