fix typo introduced in 00abd9e6c8
This commit is contained in:
parent
a92138345b
commit
d2bbdee995
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue