Changeset 4249


Ignore:
Timestamp:
Sep 10, 2012 2:15:32 AM (12 years ago)
Author:
nanang
Message:

Re #1573: Fixed improper unlock in do_handshake().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ssl_sock_ossl.c

    r4248 r4249  
    13511351    status = flush_write_bio(ssock, &ssock->handshake_op_key, 0, 0); 
    13521352    if (status != PJ_SUCCESS && status != PJ_EPENDING) { 
    1353         pj_lock_release(ssock->write_mutex); 
    13541353        return status; 
    13551354    } 
Note: See TracChangeset for help on using the changeset viewer.