| 10072 | } |
| 10073 | |
| 10074 | static void cleanDpb(ClumpletWriter& dpb, const ParametersSet* tags) |
| 10075 | { |
| 10076 | dpb.deleteWithTag(tags->password); |
| 10077 | dpb.deleteWithTag(tags->password_enc); |
| 10078 | dpb.deleteWithTag(tags->trusted_auth); |
| 10079 | } |
| 10080 | |
| 10081 | } //namespace Remote |
| 10082 |
no test coverage detected