]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: Fix error message in virNetServerSetClientLimits
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 24 Jan 2023 12:45:09 +0000 (13:45 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 24 Jan 2023 13:13:06 +0000 (14:13 +0100)
commit1e2605c934b80c3e9c30e929834d38fee86f184e
tree4d07b1405a04c145f533aa1b041cb17deb9df308
parent5764930463eb8f450e45fa982651ef6b7a7afd7c
rpc: Fix error message in virNetServerSetClientLimits

Commit f007940cb25a tried to change the error message so that it is unified
later in 35afa1d2d6c1, but various rewrites missed this particular error message
which does not make sense.  Fix it so that it is the same as the other two
messages checking the same thing in this file.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2033879

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/rpc/virnetserver.c