(mobupdate): Fix argument of time().
This commit is contained in:
parent
e7d75b2279
commit
f187082daa
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ mobupdate(void)
|
|||
FILE *fp;
|
||||
long minites;
|
||||
struct mob_acc_globals timestamps;
|
||||
long now;
|
||||
time_t now;
|
||||
|
||||
if (!opt_MOB_ACCESS) {
|
||||
pr("Command invalid - MOB_ACCESS is not enabled.\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue