Changeset 7d31f7c in mainline for uspace/srv/net/tl/icmp/icmp.c


Ignore:
Timestamp:
2010-03-02T23:00:06Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5cbff4
Parents:
91001e2 (diff), 92307f1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge networking fixes.

File:
1 edited

Legend:

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

    r91001e2 r7d31f7c  
    343343                result = ERROR_CODE;
    344344
     345                // drop the reply mutex
     346                fibril_mutex_unlock( & reply->mutex );
    345347                // lock the globals again and clean up
    346348                fibril_rwlock_write_lock( & icmp_globals.lock );
Note: See TracChangeset for help on using the changeset viewer.