[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 0db71cabfc06b0b560f571ae2cd6783c4bc565e9

Scott Seago sseago at redhat.com
Fri Jun 15 21:05:59 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  0db71cabfc06b0b560f571ae2cd6783c4bc565e9 (commit)
      from  0ff0eeb24424a17a7bc47e7d4c79c80507d79602 (commit)

- Log -----------------------------------------------------------------
commit 0db71cabfc06b0b560f571ae2cd6783c4bc565e9
Author: Scott Seago <sseago at redhat.com>
Date:   Fri Jun 15 17:00:59 2007 -0400
-----------------------------------------------------------------------

Diffstat:
 service/modules/machine.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service/modules/machine.py b/service/modules/machine.py
index 94364f6..23442d6 100755
--- a/service/modules/machine.py
+++ b/service/modules/machine.py
@@ -371,7 +371,7 @@ class Machine(web_svc.AuthWebSvc):
         session = db.open_session()
         try:
             result = []
-            regtoken = args['mac_address']
+            mac_address = args['mac_address']
             offset, limit = self.offset_and_limit(args)
             query = session.query(db.Machine)
             for machine in query.select_by(mac_address == mac_address, offset=offset, limit=limit):

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  0ff0eeb24424a17a7bc47e7d4c79c80507d79602 \
  0db71cabfc06b0b560f571ae2cd6783c4bc565e9




More information about the Et-mgmt-commits-list mailing list