Ignore:
File:
1 edited

Legend:

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

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