Changeset 0db6618 for protocols/oscar/conn.c
- Timestamp:
- 2015-10-26T08:28:10Z (9 years ago)
- Branches:
- master
- Children:
- 345577b
- Parents:
- 4e365ce
- git-author:
- dequis <dx@…> (26-10-15 08:18:51)
- git-committer:
- dequis <dx@…> (26-10-15 08:28:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/conn.c
r4e365ce r0db6618 317 317 318 318 if (deadconn->fd >= 3) { 319 closesocket(deadconn->fd);319 proxy_disconnect(deadconn->fd); 320 320 } 321 321 deadconn->fd = -1;
Note: See TracChangeset
for help on using the changeset viewer.