fix a couple of things

This commit is contained in:
Maple 2025-07-30 22:42:12 +02:00
commit 0cbff9878e
2 changed files with 4 additions and 4 deletions

View file

@ -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");