Don't allow locked or suspended clients to limit the size of active clients.

This commit is contained in:
Nicholas Marriott
2009-09-24 07:02:56 +00:00
parent fecf8dc44e
commit 1764ef81ef
4 changed files with 6 additions and 2 deletions

View File

@ -45,6 +45,7 @@ int
cmd_lock_server_exec(unused struct cmd *self, unused struct cmd_ctx *ctx)
{
server_lock();
recalculate_sizes();
return (0);
}