mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
parent
3e2ed00b60
commit
4122a3dbd9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ impl Handshake {
|
|||
buf.get_u8()?
|
||||
} else {
|
||||
// 0x00 : int<1>
|
||||
buf.advance(0);
|
||||
buf.advance(1);
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue