Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/net/net.c

    r124c061 r73ac2e9  
    326326static int net_module_start(async_client_conn_t client_connection)
    327327{
     328        sysarg_t phonehash;
    328329        int rc;
    329330       
     
    337338                goto out;
    338339       
    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);
    340341        if (rc != EOK)
    341342                goto out;
Note: See TracChangeset for help on using the changeset viewer.