fix linux

This commit is contained in:
John Smith
2022-01-15 18:50:56 -05:00
parent 60c8cd7f03
commit dc9f71a683
4 changed files with 10 additions and 21 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ impl veilid_server::Server for VeilidServerImpl {
assert!(false, "write me!");
}
else {
crate::unix::shutdown();
crate::server::shutdown();
}
}