fix not compiling
This commit is contained in:
parent
9cb4c6a4f1
commit
23961a366e
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ impl SocketImpl {
|
||||||
|
|
||||||
// todo: implement something to do secure servers
|
// todo: implement something to do secure servers
|
||||||
|
|
||||||
if conn.server_signature == Default::default(){
|
if conn.server_signature == <[u8;16] as Default>::default(){
|
||||||
error!("didn't get connection signature from client")
|
error!("didn't get connection signature from client")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue