mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-30 02:20:11 +00:00
add missing byte to dingaling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1072 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
394a0c3c02
commit
46febe98bc
@ -100,7 +100,7 @@ struct private_object {
|
||||
char *remote_ip;
|
||||
switch_port_t local_port;
|
||||
switch_port_t remote_port;
|
||||
char local_user[16];
|
||||
char local_user[17];
|
||||
char *remote_user;
|
||||
unsigned int cand_id;
|
||||
unsigned int desc_id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user