mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
oops
This commit is contained in:
parent
424ceedfd8
commit
79d2559efd
@ -18,7 +18,7 @@ pub enum ServerMode {
|
||||
|
||||
lazy_static! {
|
||||
static ref SHUTDOWN_SWITCH: Mutex<Option<SingleShotEventual<()>>> =
|
||||
Mutex::new(Some(SingleShotEventual::new(())));
|
||||
Mutex::new(Some(SingleShotEventual::new(Some(()))));
|
||||
}
|
||||
|
||||
pub fn shutdown() {
|
||||
|
Loading…
Reference in New Issue
Block a user