mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Make private
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
@@ -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") }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user