diff --git a/timeoutd.c b/timeoutd.c index 6927908..096ec5c 100644 --- a/timeoutd.c +++ b/timeoutd.c @@ -984,7 +984,7 @@ void check_idle() char user[sizeof(utmpp->ut_user)]; char host[sizeof(utmpp->ut_host)]; struct stat status, *pstat; - time_t idle, sesstime, time(); + time_t idle, sesstime; short aktconfigline = -1; /* -1 if user is in config; >0 if he's not in config, * is handled in an other way */ pstat = &status; /* point to status structure */