Changes in protocols/oscar/conn.c [0db6618:5ebff60]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/conn.c
r0db6618 r5ebff60 15 15 * In OSCAR, every connection has a set of SNAC groups associated 16 16 * with it. These are the groups that you can send over this connection 17 * without being guar anteed a "Not supported" SNAC error.17 * without being guarenteed a "Not supported" SNAC error. 18 18 * 19 19 * The grand theory of things says that these associations transcend … … 36 36 * 37 37 * Here comes the good bit. Without even letting anyone know, particularly 38 * the module that decided to send this SNAC, and definit ely not that twit38 * the module that decided to send this SNAC, and definitly not that twit 39 39 * in Greenland, you send out a service request. In this request, you have 40 40 * marked the need for a connection supporting group 0x000e. A few seconds … … 317 317 318 318 if (deadconn->fd >= 3) { 319 proxy_disconnect(deadconn->fd);319 closesocket(deadconn->fd); 320 320 } 321 321 deadconn->fd = -1;
Note: See TracChangeset
for help on using the changeset viewer.