fixed compile issue when dev-mode is enabled

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@119636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Christian Richter 17 years ago
parent a3fe7673a9
commit b145e2f8da

@ -3105,7 +3105,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;
gettimeofday(&now, NULL);

Loading…
Cancel
Save