Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/nil/nil_skel.c

    r124c061 r014dd57b  
    115115                goto out;
    116116       
    117         rc = ipc_connect_to_me(PHONE_NS, service, 0, 0, NULL, NULL);
     117        sysarg_t phonehash;
     118        rc = ipc_connect_to_me(PHONE_NS, service, 0, 0, &phonehash);
    118119        if (rc != EOK)
    119120                goto out;
Note: See TracChangeset for help on using the changeset viewer.