Changes in uspace/srv/net/dhcp/transport.c [e3811c9:b5f716b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dhcp/transport.c
re3811c9 rb5f716b 95 95 int rc; 96 96 97 if (dt->fd < 0) {98 /* Terminated */99 return EIO;100 }101 102 97 src_addr_size = sizeof(src_addr); 103 98 rc = recvfrom(dt->fd, msgbuf, MAX_MSG_SIZE, 0, … … 171 166 { 172 167 closesocket(dt->fd); 173 dt->fd = -1;174 168 } 175 169
Note:
See TracChangeset
for help on using the changeset viewer.