| 7634 | } |
| 7635 | |
| 7636 | void SrvAuthBlock::reset() |
| 7637 | { |
| 7638 | pluginName = ""; |
| 7639 | pluginList = ""; |
| 7640 | dataForPlugin.clear(); |
| 7641 | dataFromPlugin.clear(); |
| 7642 | flComplete = false; |
| 7643 | firstTime = true; |
| 7644 | |
| 7645 | authBlockWriter.reset(); |
| 7646 | delete plugins; |
| 7647 | plugins = NULL; |
| 7648 | } |
| 7649 | |
| 7650 | bool SrvAuthBlock::extractNewKeys(CSTRING* to, ULONG flags) |
| 7651 | { |
no test coverage detected