diff options
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 185849d..12488ed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -260,8 +260,6 @@ fn handle_response( Instant::now(), ia_pd.t1, ); - - update_pdconfig(ia_prefix, &aftr); } _ => println!(" <- [{}] unexpected reply", remote), } |