We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b10d69c + 4169a59 commit 8bcaa12Copy full SHA for 8bcaa12
tss-esapi/src/attributes/locality.rs
@@ -113,7 +113,7 @@ impl LocalityAttributesBuilder {
113
);
114
return Err(Error::local_error(WrapperErrorKind::InvalidParam));
115
}
116
- 32.. => {
+ 32..=255 => {
117
if locality_attributes.0 != 0 {
118
error!("Locality attribute {new} is extended and cannot be combined with locality attribute(s) {old}", new=locality, old=locality_attributes.0);
119
0 commit comments