mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
mysql: AuthSwitchRequest: &enforce a 0xfe / 254 status
This commit is contained in:
parent
48e76f38cb
commit
8a92945b06
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ type ColumnDefinition41(first_byte: uint8) = record {
|
||||||
};
|
};
|
||||||
|
|
||||||
type AuthSwitchRequest = record {
|
type AuthSwitchRequest = record {
|
||||||
status: uint8;
|
status: uint8 &enforce(status==254);
|
||||||
name : NUL_String;
|
name : NUL_String;
|
||||||
data : bytestring &restofdata;
|
data : bytestring &restofdata;
|
||||||
} &let {
|
} &let {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue