mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Merged revisions 119636 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r119636 | crichter | 2008-06-02 11:29:21 +0200 (Mo, 02 Jun 2008) | 1 line fixed compile issue when dev-mode is enabled ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@119637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3116,7 +3116,7 @@ struct misdn_bchannel *manager_find_bc_holded(struct misdn_bchannel* bc)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
int test_inuse(struct misdn_bchannel *bc)
|
static int test_inuse(struct misdn_bchannel *bc)
|
||||||
{
|
{
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
gettimeofday(&now, NULL);
|
gettimeofday(&now, NULL);
|
||||||
|
Reference in New Issue
Block a user