Changeset 25c4c78 for protocols/oscar
- Timestamp:
- 2015-01-16T19:50:24Z (10 years ago)
- Branches:
- master
- Children:
- a6cd799
- Parents:
- 7549d00
- git-author:
- Jason Copenhaver <jcopenha@…> (16-01-15 19:50:24)
- git-committer:
- dequis <dx@…> (16-01-15 19:50:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/conn.c
r7549d00 r25c4c78 571 571 572 572 if (FD_ISSET(conn->fd, &fds) || FD_ISSET(conn->fd, &wfds)) { 573 unsigned int len = sizeof(error);573 socklen_t len = sizeof(error); 574 574 575 575 if (getsockopt(conn->fd, SOL_SOCKET, SO_ERROR, &error, &len) < 0)
Note: See TracChangeset
for help on using the changeset viewer.