Make private

Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
Maiky
2023-08-03 17:08:50 +02:00
committed by GitHub
parent 0dec4876f1
commit 0cd1c1e2e5

View File

@@ -87,7 +87,7 @@ module NetLdap {
/** A call considered as a LDAP bind. */
private class NetLdapBind extends LdapBind::Range, DataFlow::CallNode {
NetLdapConnection l;
private NetLdapConnection l;
NetLdapBind() { this = l.getAMethodCall("bind") }