aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 3672580..c33947e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -41,7 +41,9 @@ fn main() -> Result<()> {
}
}
- Ok(())
+ loop {
+ thread::sleep(Duration::MAX)
+ }
}
fn configure_wan() {