Changes in lib/ssl_nss.c [5ebff60:0db6618]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ssl_nss.c
r5ebff60 r0db6618 226 226 if (conn->prfd) { 227 227 PR_Close(conn->prfd); 228 } 229 if (source >= 0) {228 } else if (source >= 0) { 229 /* proxy_disconnect() would be redundant here */ 230 230 closesocket(source); 231 231 } … … 305 305 if (conn->prfd) { 306 306 PR_Close(conn->prfd); 307 } else if (conn->fd) { 308 proxy_disconnect(conn->fd); 307 309 } 308 310
Note: See TracChangeset
for help on using the changeset viewer.