Ignore:
Timestamp:
2005-12-16T17:58:00Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
12c6634, 4bfca70
Parents:
c4168f4
Message:

Non-blocking SSL handshakes for GnuTLS. The rest might come later, but is
slightly less important.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/conn.c

    rc4168f4 r701acdd4  
    627627        }
    628628
    629 #ifndef _WIN32
    630         fcntl(conn->fd, F_SETFL, 0); /* XXX should restore original flags */
    631 #endif
     629        sock_make_blocking(conn->fd);
    632630
    633631        conn->status &= ~AIM_CONN_STATUS_INPROGRESS;
Note: See TracChangeset for help on using the changeset viewer.