freeswitch: bump to 1.10.9
[feed/telephony.git] / net / freeswitch / patches / 492-mod_verto_time64.patch
index c0085aa793fd441f7734b854a50cdb82d9bfd067..50ad5de3161ef10cdab3be9a14656c6088c60293 100644 (file)
@@ -9,7 +9,7 @@
                                                } else {
                                                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Invalid expire time for %s. Defaulting to 300 sec\n", jsock->uid);
                                                        jsock->exptime = now + 300;
-@@ -2000,7 +2000,7 @@ static void client_run(jsock_t *jsock)
+@@ -2008,7 +2008,7 @@ static void client_run(jsock_t *jsock)
  
                        if (now >= jsock->exptime) {
                                switch_set_flag(jsock, JPFLAG_AUTH_EXPIRED);