Changes in uspace/srv/net/net/net.c [124c061:73ac2e9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/net/net.c
r124c061 r73ac2e9 326 326 static int net_module_start(async_client_conn_t client_connection) 327 327 { 328 sysarg_t phonehash; 328 329 int rc; 329 330 … … 337 338 goto out; 338 339 339 rc = ipc_connect_to_me(PHONE_NS, SERVICE_NETWORKING, 0, 0, NULL, NULL);340 rc = ipc_connect_to_me(PHONE_NS, SERVICE_NETWORKING, 0, 0, &phonehash); 340 341 if (rc != EOK) 341 342 goto out;
Note:
See TracChangeset
for help on using the changeset viewer.