]> xenbits.xensource.com Git - libvirt.git/commit
gendispatch: Cluster, don't capture if not needed
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 9 Mar 2016 20:51:56 +0000 (21:51 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 11 Mar 2016 11:58:41 +0000 (12:58 +0100)
commit30c4931d283cad5d8c679a84f91f5644762cad8c
tree9321915762aba73ee39e0ec645456ddc16a15a84
parent335bc13cc144aea6112914ab949d9e12e3508bb6
gendispatch: Cluster, don't capture if not needed

We were using parentheses for grouping admin|remote even though we didn't
need to capture what's in it.  That caused some changes to be greater
than needed and, to be honest, some confusion as well.  Let's use it as
it should be used.  It'll also make future changes more consistent.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/rpc/gendispatch.pl