summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dhcpd/db.c')
-rw-r--r--usr.sbin/dhcpd/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcpd/db.c b/usr.sbin/dhcpd/db.c
index dca8fb8ea9d..b2e3f47ea3a 100644
--- a/usr.sbin/dhcpd/db.c
+++ b/usr.sbin/dhcpd/db.c
@@ -245,7 +245,7 @@ void new_lease_file ()
if (link (path_dhcpd_db, backfname) == -1)
error ("Can't backup lease database %s to %s: %m",
path_dhcpd_db, backfname);
-
+
/* Move in the new file... */
if (rename (newfname, path_dhcpd_db) == -1)
error ("Can't install new lease database %s to %s: %m",