mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Make this build under dev mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122232 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3122,7 +3122,7 @@ static int test_inuse(struct misdn_bchannel *bc)
|
||||
gettimeofday(&now, NULL);
|
||||
if (!bc->in_use) {
|
||||
if ( bc->last_used.tv_sec == now.tv_sec ) {
|
||||
cb_log(2,bc->port, "channel with stid:%x for one second still in use! (n:%d lu:%d)\n", bc->b_stid, now.tv_sec, bc->last_used.tv_sec);
|
||||
cb_log(2,bc->port, "channel with stid:%x for one second still in use! (n:%d lu:%d)\n", bc->b_stid, (int) now.tv_sec, (int) bc->last_used.tv_sec);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user