summaryrefslogtreecommitdiff
path: root/src/rdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdb.c')
-rw-r--r--src/rdb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rdb.c b/src/rdb.c
index e8887f597..1d101a5c9 100644
--- a/src/rdb.c
+++ b/src/rdb.c
@@ -314,12 +314,11 @@ void rdb_save_hs_core(HostCore * hc)
/*************************************************************************/
void rdb_save_os_db(unsigned int maxucnt, unsigned int maxutime,
- SList * ak, SList * sgl, SList * sql, SList * szl,
- HostCache * hc)
+ SList * ak, SList * sgl, SList * sql, SList * szl)
{
#ifdef USE_MYSQL
- db_mysql_save_os_db(maxusercnt, maxusertime, ak, sgl, sql, szl, hc);
+ db_mysql_save_os_db(maxusercnt, maxusertime, ak, sgl, sql, szl);
#endif
}