- 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)
- Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
r4e365ce r0db6618 345 345 } 346 346 if (jd->fd >= 0) { 347 closesocket(jd->fd);347 proxy_disconnect(jd->fd); 348 348 } 349 349 -
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.