| 1024 | } |
| 1025 | #ifdef SSL |
| 1026 | else if (ssl) { |
| 1027 | if (machineInetAddr == 0) |
| 1028 | theChannel = new TCP_SocketSSL(port, "127.0.0.1"); |
| 1029 | else |
| 1030 | theChannel = new TCP_SocketSSL(port, machineInetAddr); |
| 1031 | } |
| 1032 | #endif |
| 1033 | else { |
| 1034 | if (machineInetAddr == 0) |
no outgoing calls
no test coverage detected