1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Default history-file should be "" not NULL, from Greg Onufe.

This commit is contained in:
nicm 2015-11-12 08:19:18 +00:00
parent 00c34df186
commit 7062b0e65d

View File

@ -85,7 +85,7 @@ const struct options_table_entry server_options_table[] = {
{ .name = "history-file", { .name = "history-file",
.type = OPTIONS_TABLE_STRING, .type = OPTIONS_TABLE_STRING,
.default_str = NULL .default_str = ""
}, },
{ .name = "message-limit", { .name = "message-limit",