Sfoglia il codice sorgente

Removing lease expiration on reset - the lease does not expire

Ryan Summers 4 anni fa
parent
commit
921a96254b
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/dhcp/clientv4.rs

+ 0 - 1
src/dhcp/clientv4.rs

@@ -353,7 +353,6 @@ impl Client {
         net_trace!("DHCP reset");
         self.state = ClientState::Discovering;
         self.next_egress = now;
-        self.lease_expiration = None;
     }
 }