mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-22 14:34:09 -07:00
use the proper type for storing group number bits so that if someone specifies 'group=42' it will actually work instead of being silently ignored
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@72205 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -511,7 +511,7 @@ static struct zt_pvt {
|
||||
char callwait_name[AST_MAX_EXTENSION];
|
||||
char rdnis[AST_MAX_EXTENSION];
|
||||
char dnid[AST_MAX_EXTENSION];
|
||||
unsigned int group;
|
||||
ast_group_t group;
|
||||
int law;
|
||||
int confno; /*!< Our conference */
|
||||
int confusers; /*!< Who is using our conference */
|
||||
|
||||
Reference in New Issue
Block a user