This commit is contained in:
Anthony Minessale 2011-03-10 11:33:01 -06:00
parent 1a54968d99
commit a80fae922f
1 changed files with 1 additions and 1 deletions

View File

@ -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;