summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-12 10:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-12 10:01:09 +0000
commit333da3b64b4ce8c0343f082c3923473205ab2b27 (patch)
tree419afc42f9d12bd4f4115e99982739938cf3bed1
parentf2e4aa8d1cd4b918592078423d278b2b8db878c1 (diff)
parent7062b0e65dcbb94bb190f6c50f4089b2ea6278bb (diff)
Merge branch 'obsd-master'
-rw-r--r--options-table.c2
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",