From 13ea0a8fcc2b8a12b410372d7861fa2f5d825801 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 18 Dec 2007 10:23:24 -0500 Subject: Apply Tim's patch to fix/re-enable the random MAC feature. --- cobbler/webui/CobblerWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cobbler') 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() -- cgit