Explorar el Código

Removing lease expiration on reset - the lease does not expire

Ryan Summers hace 4 años
padre
commit
921a96254b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
     }
 }