Skip to content

Commit 4b9ed9c

Browse files
committed
Fix: delete old comment
1 parent 516fd87 commit 4b9ed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

back/src/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def dhcp_server(job: Job, job_host):
511511
job_host.build_daemon(daemon)
512512

513513
# Ensure deterministic DHCP behavior:
514-
# disable "ping before offer" and make server authoritative
514+
# disable "ping before offer"
515515
# maybe should add it in ipmiminet PR
516516
cfg_file = daemon.cfg_filenames[0]
517517
job_host.cmd(f"echo 'no-ping' >> {cfg_file}")

0 commit comments

Comments
 (0)