Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/net/modules.c

    r79ae36dd r9934f7d  
    141141        if (phone >= 0) {
    142142                /* Request the bidirectional connection */
    143                 int rc = async_obsolete_connect_to_me(phone, arg1, arg2, arg3, client_receiver);
     143                int rc = async_obsolete_connect_to_me(phone, arg1, arg2, arg3,
     144                    client_receiver, NULL);
    144145                if (rc != EOK) {
    145146                        async_obsolete_hangup(phone);
Note: See TracChangeset for help on using the changeset viewer.