| 1302 | } |
| 1303 | |
| 1304 | static void setCStr(CSTRING& to, const char* from) |
| 1305 | { |
| 1306 | to.cstr_address = reinterpret_cast<UCHAR*>(const_cast<char*>(from)); |
| 1307 | to.cstr_length = (ULONG) strlen(from); |
| 1308 | to.cstr_allocated = 0; |
| 1309 | } |
| 1310 | |
| 1311 | void rem_port::addServerKeys(const CSTRING* passedStr) |
| 1312 | { |