summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-18 10:23:24 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-18 10:23:24 -0500
commit13ea0a8fcc2b8a12b410372d7861fa2f5d825801 (patch)
tree7bfd631a9d1ea2693e298795d8d206cdafd96413 /cobbler
parent8e1b4b1ab5ed6aabbbec2d984f4979474b5ddb90 (diff)
downloadthird_party-cobbler-13ea0a8fcc2b8a12b410372d7861fa2f5d825801.tar.gz
third_party-cobbler-13ea0a8fcc2b8a12b410372d7861fa2f5d825801.tar.xz
third_party-cobbler-13ea0a8fcc2b8a12b410372d7861fa2f5d825801.zip
Apply Tim's patch to fix/re-enable the random MAC feature.
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/webui/CobblerWeb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/webui/CobblerWeb.py b/cobbler/webui/CobblerWeb.py
index d17ea8f..a3cee6b 100644
--- a/cobbler/webui/CobblerWeb.py
+++ b/cobbler/webui/CobblerWeb.py
@@ -685,7 +685,7 @@ class CobblerWeb(object):
'message2' : "Cobbler config has been applied to filesystem."
})
- def random_mac(self):
+ def random_mac(self, **spam):
if not self.__xmlrpc_setup():
return self.xmlrpc_auth_failure()
mac = self.remote.get_random_mac()