aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 16b260527..1cbe0b481 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -1767,7 +1767,7 @@ static int update_user_counter(struct sip_pvt *fup, int event)
return -1;
}
}
- u->inUse++;
+ (*inuse)++;
ast_log(LOG_DEBUG, "Call from %s '%s' is %d out of %d\n", u?"user":"peer", name, *inuse, *incominglimit);
break;
#ifdef DISABLED_CODE