mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
freetdm: oops
This commit is contained in:
parent
23b9a148ef
commit
16901d3cc6
Binary file not shown.
@ -357,9 +357,6 @@ FT_DECLARE(ftdm_status_t) ftdm_sched_get_time_to_next_timer(const ftdm_sched_t *
|
|||||||
/* forever by default */
|
/* forever by default */
|
||||||
*timeto = -1;
|
*timeto = -1;
|
||||||
|
|
||||||
ftdm_log(FTDM_LOG_ERROR, "Implement me!\n");
|
|
||||||
return FTDM_NOTIMPL;
|
|
||||||
|
|
||||||
ftdm_mutex_lock(sched->mutex);
|
ftdm_mutex_lock(sched->mutex);
|
||||||
|
|
||||||
res = gettimeofday(&currtime, NULL);
|
res = gettimeofday(&currtime, NULL);
|
||||||
@ -399,6 +396,9 @@ FT_DECLARE(ftdm_status_t) ftdm_sched_get_time_to_next_timer(const ftdm_sched_t *
|
|||||||
|
|
||||||
done:
|
done:
|
||||||
ftdm_mutex_unlock(sched->mutex);
|
ftdm_mutex_unlock(sched->mutex);
|
||||||
|
#else
|
||||||
|
ftdm_log(FTDM_LOG_ERROR, "Implement me!\n");
|
||||||
|
status = FTDM_NOTIMPL;
|
||||||
#endif
|
#endif
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
UNREFERENCED_PARAMETER(timeto);
|
UNREFERENCED_PARAMETER(timeto);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user