]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3126
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 10 Mar 2011 17:33:01 +0000 (11:33 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 10 Mar 2011 17:33:07 +0000 (11:33 -0600)
src/switch_core_sqldb.c

index 58eb90485a6958e1d93fa4417b85e56e00f7621d..27bac6d4b4d17ddfe9fcd60af4868b11b59dae04 100644 (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;