Changes in uspace/srv/net/dhcp/main.c [053fc2b:b688fd8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dhcp/main.c
r053fc2b rb688fd8 65 65 } 66 66 67 async_set_ client_connection(dhcp_client_conn);67 async_set_fallback_port_handler(dhcp_client_conn, NULL); 68 68 69 69 rc = loc_server_register(NAME);
Note:
See TracChangeset
for help on using the changeset viewer.