Changes in uspace/srv/net/tl/icmp/icmp_module.c [96b02eb9:f87c900] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/icmp/icmp_module.c
r96b02eb9 rf87c900 74 74 goto out; 75 75 76 rc = REGISTER_ME(SERVICE_ICMP, &phonehash);76 rc = ipc_connect_to_me(PHONE_NS, SERVICE_ICMP, 0, 0, &phonehash); 77 77 if (rc != EOK) 78 78 goto out;
Note:
See TracChangeset
for help on using the changeset viewer.