MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / cleanDpb

Function cleanDpb

src/remote/client/interface.cpp:10074–10079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10072}
10073
10074static 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

Callers 1

authFillParametersBlockFunction · 0.85

Calls 1

deleteWithTagMethod · 0.80

Tested by

no test coverage detected