]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote generator: Don't rely on $_ being stable over a large function
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 15 May 2011 06:14:35 +0000 (08:14 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 20 May 2011 15:03:16 +0000 (17:03 +0200)
commit1cf9a67bc97b002487b1a2961e6a633331efc5ba
treee2d51afc2e0851e50436d7612573f23105e6a97b
parent0bb6e1551560cf0751c8e762c9948723aa99fd11
remote generator: Don't rely on $_ being stable over a large function

Replace $calls{$_} with $call in the dispatch bodies generator function.

No functional change included.
daemon/remote_generator.pl