Ignore:
File:
1 edited

Legend:

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

    r14f1db0 r7c8267b  
    7070        aid_t message = async_send_1(phone, NET_PACKET_GET, packet_id, &answer);
    7171        *packet = (packet_t) as_get_mappable_page(size);
    72         if (ERROR_OCCURRED(async_share_in_start_0_0(phone, *packet, size))
    73             || ERROR_OCCURRED(pm_add(*packet))) {
     72        if (ERROR_OCCURRED(async_share_in_start_0_0(phone, *packet, size)) ||
     73            ERROR_OCCURRED(pm_add(*packet))) {
    7474                munmap(*packet, size);
    7575                async_wait_for(message, NULL);
Note: See TracChangeset for help on using the changeset viewer.