From: Anthony Minessale Date: Thu, 10 Mar 2011 17:33:01 +0000 (-0600) Subject: FS-3126 X-Git-Tag: v1.2-rc1~171^2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a80fae922ff3cb7411bef8b189b4c905d3da9ed9;p=thirdparty%2Ffreeswitch.git FS-3126 --- diff --git a/src/switch_core_sqldb.c b/src/switch_core_sqldb.c index 58eb90485a..27bac6d4b4 100644 --- a/src/switch_core_sqldb.c +++ b/src/switch_core_sqldb.c @@ -1714,7 +1714,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_expire_registration(int force) switch_cache_db_handle_t *dbh; char *sql; - switch_time_t now; + time_t now; if (!switch_test_flag((&runtime), SCF_USE_SQL)) { return SWITCH_STATUS_FALSE;