mirror of
https://github.com/soypat/lneto.git
synced 2026-09-10 00:29:34 +00:00
fix DHCP client and finish tests
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ func (sv *Server) Demux(carrierData []byte, frameOffset int) error {
|
||||
err = errors.New("DHCP request unexpected state")
|
||||
break
|
||||
}
|
||||
client.state = StateBound
|
||||
client.state = StateRequesting
|
||||
sv.pending++
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user