fix a couple of things
This commit is contained in:
parent
a9fffa8d2d
commit
0cbff9878e
2 changed files with 4 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ async fn main() {
|
|||
let mut socket_secure = router_secure
|
||||
.add_socket(VirtualPort::new(1, 10), Secure(
|
||||
"6f599f81",
|
||||
AUTH_SERVER_ACCOUNT.clone()
|
||||
SECURE_SERVER_ACCOUNT.clone()
|
||||
))
|
||||
.await
|
||||
.expect("unable to add socket");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue