Changeset 6df2202 in mainline


Ignore:
Timestamp:
2012-05-12T19:55:22Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15b794d, ce1836e
Parents:
84c86819
Message:

libusb: Fix assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/hc.c

    r84c86819 r6df2202  
    6666        if (connection->ref_count == 0) {
    6767                /* Closing already closed connection... */
    68                 assert(connection->hc_sess = NULL);
     68                assert(connection->hc_sess == NULL);
    6969                fibril_mutex_unlock(&connection->guard);
    7070                return EOK;
Note: See TracChangeset for help on using the changeset viewer.