mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user