(mobupdate): Fix argument of time().

This commit is contained in:
Markus Armbruster 2004-03-09 12:33:17 +00:00
parent e7d75b2279
commit f187082daa

View file

@ -53,7 +53,7 @@ mobupdate(void)
FILE *fp; FILE *fp;
long minites; long minites;
struct mob_acc_globals timestamps; struct mob_acc_globals timestamps;
long now; time_t now;
if (!opt_MOB_ACCESS) { if (!opt_MOB_ACCESS) {
pr("Command invalid - MOB_ACCESS is not enabled.\n"); pr("Command invalid - MOB_ACCESS is not enabled.\n");