Remove the lock-server option which is a bit redundant, it isn't that

different without it.
This commit is contained in:
nicm
2015-08-28 12:31:55 +00:00
parent 6419f66523
commit 675def0396
3 changed files with 2 additions and 47 deletions

View File

@@ -206,11 +206,6 @@ const struct options_table_entry session_options_table[] = {
.default_str = "lock -np"
},
{ .name = "lock-server",
.type = OPTIONS_TABLE_FLAG,
.default_num = 1
},
{ .name = "message-attr",
.type = OPTIONS_TABLE_ATTRIBUTES,
.default_num = 0,