https://origsvn.digium.com/svn/asterisk/trunk
........
r215161 | kpfleming | 2009-09-01 14:50:48 -0500 (Tue, 01 Sep 2009) | 3 lines
Ensure that frame dumps of AST_CONTROL_T38_PARAMETERS frames are properly
decoded.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215164
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
strcpy(subclass, "Unhold");
break;
case AST_CONTROL_T38_PARAMETERS:
- if (f->datalen != sizeof(struct ast_control_t38_parameters *)) {
+ if (f->datalen != sizeof(struct ast_control_t38_parameters)) {
message = "Invalid";
} else {
struct ast_control_t38_parameters *parameters = f->data.ptr;