mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-05 04:32:44 +00:00
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430998 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -468,7 +468,7 @@ static struct unistimsession {
|
||||
int state; /*!< state of the phone (see phone_state) */
|
||||
int size_buff_entry; /*!< size of the buffer used to enter datas */
|
||||
char buff_entry[16]; /*!< Buffer for temporary datas */
|
||||
char macaddr[18]; /*!< mac adress of the phone (not always available) */
|
||||
char macaddr[18]; /*!< mac address of the phone (not always available) */
|
||||
char firmware[8]; /*!< firmware of the phone (not always available) */
|
||||
struct wsabuf wsabufsend[MAX_BUF_NUMBER]; /*!< Size of each paquet stored in the buffer array & pointer to this buffer */
|
||||
unsigned char buf[MAX_BUF_NUMBER][MAX_BUF_SIZE]; /*!< Buffer array used to keep the lastest non-acked paquets */
|
||||
|
Reference in New Issue
Block a user