Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/conn.c

    r0db6618 r5ebff60  
    1515 * In OSCAR, every connection has a set of SNAC groups associated
    1616 * with it.  These are the groups that you can send over this connection
    17  * without being guaranteed a "Not supported" SNAC error.
     17 * without being guarenteed a "Not supported" SNAC error.
    1818 *
    1919 * The grand theory of things says that these associations transcend
     
    3636 *
    3737 * Here comes the good bit.  Without even letting anyone know, particularly
    38  * the module that decided to send this SNAC, and definitely not that twit
     38 * the module that decided to send this SNAC, and definitly not that twit
    3939 * in Greenland, you send out a service request.  In this request, you have
    4040 * marked the need for a connection supporting group 0x000e.  A few seconds
     
    317317
    318318        if (deadconn->fd >= 3) {
    319                 proxy_disconnect(deadconn->fd);
     319                closesocket(deadconn->fd);
    320320        }
    321321        deadconn->fd = -1;
Note: See TracChangeset for help on using the changeset viewer.