mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-26 20:34:51 +00:00
Default history-file should be "" not NULL, from Greg Onufe.
This commit is contained in:
parent
00c34df186
commit
7062b0e65d
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ const struct options_table_entry server_options_table[] = {
|
|||
|
||||
{ .name = "history-file",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.default_str = NULL
|
||||
.default_str = ""
|
||||
},
|
||||
|
||||
{ .name = "message-limit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue