diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/os_ignore_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/os_ignore_db.c b/src/modules/os_ignore_db.c index ecdd87bf2..af992b12c 100644 --- a/src/modules/os_ignore_db.c +++ b/src/modules/os_ignore_db.c @@ -197,6 +197,7 @@ void load_ignore_db(void) { time_t expiry_time;
IgnoreData *ign;
+ expiry_time = time(NULL);
fill_db_ptr(dbptr, 0, IGNOREDBVERSION, s_OperServ, IgnoreDB);
/* let's remove existing temp files here, because we only load dbs on startup */
|