Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_nss.c

    r0db6618 r5ebff60  
    226226        if (conn->prfd) {
    227227                PR_Close(conn->prfd);
    228         } else if (source >= 0) {
    229                 /* proxy_disconnect() would be redundant here */
     228        }
     229        if (source >= 0) {
    230230                closesocket(source);
    231231        }
     
    305305        if (conn->prfd) {
    306306                PR_Close(conn->prfd);
    307         } else if (conn->fd) {
    308                 proxy_disconnect(conn->fd);
    309307        }
    310308
Note: See TracChangeset for help on using the changeset viewer.