This commit is contained in:
John Smith
2021-11-27 21:05:36 -05:00
parent 45489d0e9c
commit ea8c75a29f
13 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ impl ConnectionTable {
let res = inner.conn_by_addr.remove(descriptor);
match res {
Some(v) => Ok(v.clone()),
Some(v) => Ok(v),
None => Err(()),
}
}