summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-05 14:06:48 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-05 14:06:48 -0400
commitef950c4f8b7a853469acd5e2ec033eededf72327 (patch)
treec093912fcef88b29982a99e84001ac00dbdbd4c9 /cobbler
parent677f54d3bcdc58ccc2ebf87973c156bf2836ec9a (diff)
downloadthird_party-cobbler-ef950c4f8b7a853469acd5e2ec033eededf72327.tar.gz
third_party-cobbler-ef950c4f8b7a853469acd5e2ec033eededf72327.tar.xz
third_party-cobbler-ef950c4f8b7a853469acd5e2ec033eededf72327.zip
Fix dhcpd.conf rendering bug.
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
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 = ""