summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--cobbler/action_sync.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f8e5b5a..a81c3aa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Cobbler CHANGELOG
* Fri Aug 31 2007 - 0.6.2
- cobbler repo auto-add to discover yum repos automatically
+- fix bug that allows empty mac addresses (None) in dhcpd.conf
* Thu Aug 30 2007 - 0.6.1
- re enable --resolve in yumdownloader (cobbler repo mgmt feature)
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 8302504..03eeb02 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -153,7 +153,7 @@ class BootSync:
if mac is None or mac == "":
# can't write a DHCP entry for this system
# FIXME: should this be a warning?
- pass
+ continue
counter = counter + 1
systxt = ""