Changeset 701acdd4 for protocols/oscar
- Timestamp:
- 2005-12-16T17:58:00Z (19 years ago)
- Branches:
- master
- Children:
- 12c6634, 4bfca70
- Parents:
- c4168f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/conn.c
rc4168f4 r701acdd4 627 627 } 628 628 629 #ifndef _WIN32 630 fcntl(conn->fd, F_SETFL, 0); /* XXX should restore original flags */ 631 #endif 629 sock_make_blocking(conn->fd); 632 630 633 631 conn->status &= ~AIM_CONN_STATUS_INPROGRESS;
Note: See TracChangeset
for help on using the changeset viewer.