mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
rpc: Don't mix max_clients and max_workers in PostExecRestart
This only affected the servers that re-exec themselves, which is only virtlockd and it didn't do any mess, so this is mostly a clenaup. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
361801362f
commit
161b52662f
@ -484,7 +484,7 @@ virNetServerPtr virNetServerNewPostExecRestart(virJSONValuePtr object,
|
||||
goto error;
|
||||
}
|
||||
|
||||
if (!(srv = virNetServerNew(min_workers, max_clients,
|
||||
if (!(srv = virNetServerNew(min_workers, max_workers,
|
||||
priority_workers, max_clients,
|
||||
max_anonymous_clients,
|
||||
keepaliveInterval, keepaliveCount,
|
||||
|
Loading…
x
Reference in New Issue
Block a user