1
0
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:
Martin Kletzander 2015-05-07 10:01:32 +02:00
parent 361801362f
commit 161b52662f

View File

@ -484,7 +484,7 @@ virNetServerPtr virNetServerNewPostExecRestart(virJSONValuePtr object,
goto error; goto error;
} }
if (!(srv = virNetServerNew(min_workers, max_clients, if (!(srv = virNetServerNew(min_workers, max_workers,
priority_workers, max_clients, priority_workers, max_clients,
max_anonymous_clients, max_anonymous_clients,
keepaliveInterval, keepaliveCount, keepaliveInterval, keepaliveCount,