mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
fixed a bug with the useruser information element. We send them now also in the disconnect message.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@78936 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1353,7 +1353,7 @@ static void enc_ie_useruser(unsigned char **ntmode, msg_t *msg, int protocol, ch
|
||||
|
||||
if (MISDN_IE_DEBG) printf(" protocol=%d user-user%s\n", protocol, debug);
|
||||
|
||||
l = user_len;
|
||||
l = user_len+1;
|
||||
p = msg_put(msg, l+3);
|
||||
if (nt)
|
||||
*ntmode = p+1;
|
||||
|
Reference in New Issue
Block a user