mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
MODAPP-211
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11741 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -658,7 +658,9 @@ void switch_load_timezones(switch_bool_t reload)
|
||||
|
||||
static void event_handler(switch_event_t *event)
|
||||
{
|
||||
switch_mutex_lock(globals.mutex);
|
||||
switch_load_timezones(1);
|
||||
switch_mutex_unlock(globals.mutex);
|
||||
}
|
||||
|
||||
static void tztime(const time_t * const timep, const char *tzstring, struct tm * const tmp );
|
||||
|
Reference in New Issue
Block a user