diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-12 10:01:09 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-12 10:01:09 +0000 |
commit | 333da3b64b4ce8c0343f082c3923473205ab2b27 (patch) | |
tree | 419afc42f9d12bd4f4115e99982739938cf3bed1 | |
parent | f2e4aa8d1cd4b918592078423d278b2b8db878c1 (diff) | |
parent | 7062b0e65dcbb94bb190f6c50f4089b2ea6278bb (diff) | |
download | rtmux-333da3b64b4ce8c0343f082c3923473205ab2b27.tar.gz rtmux-333da3b64b4ce8c0343f082c3923473205ab2b27.tar.bz2 rtmux-333da3b64b4ce8c0343f082c3923473205ab2b27.zip |
Merge branch 'obsd-master'
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index fcf62bae..6a11d00f 100644 --- a/options-table.c +++ b/options-table.c @@ -84,7 +84,7 @@ const struct options_table_entry server_options_table[] = { { .name = "history-file", .type = OPTIONS_TABLE_STRING, - .default_str = NULL + .default_str = "" }, { .name = "message-limit", |