On 04/13/2011 02:14 PM, Daniel P. Berrange wrote:
Replace some occurrances of

   virDomainPtr domain;
   virNetworkPtr network;

With

   virDomainPtr dom;
   virNetworkPtr net;

* daemon/remote.c: Fix variable naming to follow standard
---
  daemon/remote.c |  194 +++++++++++++++++++++++++++---------------------------
  1 files changed, 97 insertions(+), 97 deletions(-)

(doing the last one first to avoid clashing with someone else starting from the front :-)

ACK. I double checked them all, and assume you did a recompile for the triple.

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to