Changeset cff3fb6 in mainline


Ignore:
Timestamp:
2011-10-13T11:16:00Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22a2b763, d083126
Parents:
21881bd8
Message:

sync_hangup: Try the one phone we care about first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async.c

    r21881bd8 rcff3fb6  
    18461846       
    18471847        fibril_mutex_lock(&async_sess_mutex);
     1848
     1849        int rc = async_hangup_internal(sess->phone);
    18481850       
    18491851        while (!list_empty(&sess->exch_list)) {
     
    18581860        }
    18591861
    1860         int rc = async_hangup_internal(sess->phone);
    18611862        free(sess);
    18621863       
Note: See TracChangeset for help on using the changeset viewer.