Skip to content

Commit 0cd1c1e

Browse files
Make private
Co-authored-by: Alex Ford <[email protected]>
1 parent 0dec487 commit 0cd1c1e

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Ldap.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module NetLdap {
8787

8888
/** A call considered as a LDAP bind. */
8989
private class NetLdapBind extends LdapBind::Range, DataFlow::CallNode {
90-
NetLdapConnection l;
90+
private NetLdapConnection l;
9191

9292
NetLdapBind() { this = l.getAMethodCall("bind") }
9393

0 commit comments

Comments
 (0)