Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/client_conn.c

    r4c9b28a r5b18137  
    632632        if (link == NULL) {
    633633                fibril_mutex_unlock(&drv->driver_mutex);
     634                free(buffer);
    634635                async_answer_0(data_callid, ENOMEM);
    635636                async_answer_0(iid, ENOMEM);
     
    726727
    727728/** Function for handling connections from a client to the device manager. */
    728 void devman_connection_client(ipc_callid_t iid, ipc_call_t *icall)
     729void devman_connection_client(ipc_callid_t iid, ipc_call_t *icall, void *arg)
    729730{
    730731        /* Accept connection. */
Note: See TracChangeset for help on using the changeset viewer.