mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-18 00:46:30 +00:00
fix typo introduced in 00abd9e6c8
This commit is contained in:
parent
a92138345b
commit
d2bbdee995
@ -274,7 +274,7 @@ int reload_from_lease_file()
|
|||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
leaseduration = timestamp - current_unix_time;
|
leaseduration = timestamp - current_unix_time;
|
||||||
timestamp = lease_duration + current_time; /* convert to our time */
|
timestamp = leaseduration + current_time; /* convert to our time */
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user