Skip to content
代码片段 群组 项目
提交 32bc9b16 编辑于 作者: Bharat Dandu's avatar Bharat Dandu 提交者: Bharat Raju
浏览文件

Fixing typo

github: ZAP#309
上级 fc10f84f
No related branches found
No related tags found
无相关合并请求
......@@ -91,7 +91,7 @@ function validateSpecificAttribute(endpointAttribute, attribute) {
let maxLengthForString =
attribute.type == 'char_string' || attribute.type == 'octet_string'
? 255
: 65536
: 65535
let maxAllowedLength = attribute.maxLength
? attribute.maxLength
: maxLengthForString
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册