mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
build: A few gcc 7 error fixes
Change-Id: I7b5300fbf1af7d88d47129db13ad6dbdc9b553ec
This commit is contained in:
@@ -300,7 +300,7 @@ struct sig_pri_chan {
|
||||
char cid_name[AST_MAX_EXTENSION];
|
||||
char cid_ani[AST_MAX_EXTENSION];
|
||||
/*! \brief User tag for party id's sent from this device driver. */
|
||||
char user_tag[AST_MAX_EXTENSION];
|
||||
char user_tag[AST_MAX_EXTENSION * 2];
|
||||
char exten[AST_MAX_EXTENSION];
|
||||
|
||||
/* Internal variables -- Don't touch */
|
||||
|
Reference in New Issue
Block a user