Changeset 327af51 for lib/ssl_openssl.c


Ignore:
Timestamp:
2010-08-21T17:27:32Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4022b68
Parents:
a366cca
Message:

Some general cleanup, plus fixing a bug in the memberlist parsing code:
the lists can come in in any order, so parse it *completely* before showing
auth requests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_openssl.c

    ra366cca r327af51  
    207207        }
    208208       
    209         if( getenv( "BITLBEE_DEBUG" ) && st > 0 ) write( 1, buf, st );
     209        if( 0 && getenv( "BITLBEE_DEBUG" ) && st > 0 ) write( 1, buf, st );
    210210       
    211211        return st;
     
    224224        st = SSL_write( ((struct scd*)conn)->ssl, buf, len );
    225225       
    226         if( getenv( "BITLBEE_DEBUG" ) && st > 0 ) write( 1, buf, st );
     226        if( 0 && getenv( "BITLBEE_DEBUG" ) && st > 0 ) write( 1, buf, st );
    227227       
    228228        ssl_errno = SSL_OK;
Note: See TracChangeset for help on using the changeset viewer.