fix typo introduced in 00abd9e6c8

This commit is contained in:
Thomas Bernard 2018-05-03 09:54:02 +02:00
parent a92138345b
commit d2bbdee995
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ int reload_from_lease_file()
continue;
} else {
leaseduration = timestamp - current_unix_time;
timestamp = lease_duration + current_time; /* convert to our time */
timestamp = leaseduration + current_time; /* convert to our time */
}
#endif
} else {