Re: [libvirt] [PATCH 5/5] remote generator: Don't rely on $_ being stable over a large function

2011-05-20 Thread Matthias Bolte
2011/5/16 Eric Blake ebl...@redhat.com: On 05/15/2011 12:23 AM, Matthias Bolte wrote: Replace $calls{$_} with $call in the dispatch bodies generator function. No functional change included. ---  daemon/remote_generator.pl |  100 ++-  1 files

Re: [libvirt] [PATCH 5/5] remote generator: Don't rely on $_ being stable over a large function

2011-05-16 Thread Eric Blake
On 05/15/2011 12:23 AM, Matthias Bolte wrote: Replace $calls{$_} with $call in the dispatch bodies generator function. No functional change included. --- daemon/remote_generator.pl | 100 ++- 1 files changed, 51 insertions(+), 49 deletions(-)

[libvirt] [PATCH 5/5] remote generator: Don't rely on $_ being stable over a large function

2011-05-15 Thread Matthias Bolte
Replace $calls{$_} with $call in the dispatch bodies generator function. No functional change included. --- daemon/remote_generator.pl | 100 ++- 1 files changed, 51 insertions(+), 49 deletions(-) diff --git a/daemon/remote_generator.pl