Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-02-22 12:02:31 +00:00
4 changed files with 15 additions and 1 deletions

View File

@ -96,6 +96,12 @@ const struct options_table_entry options_table[] = {
.default_num = 500
},
{ .name = "exit-empty",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_SERVER,
.default_num = 1
},
{ .name = "exit-unattached",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_SERVER,