Commit a22652abf2350ab89adb2f7b54571f914f28d9fc:
    correct method name

Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
lib/whimsy/asf/ldap.rb                                       | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 33948c7..bd24245 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -76,7 +76,7 @@ def self.connect
   def self.init_ldap
     return @ldap if @ldap
     @mtime = Time.now
-    @ldap = ASF::LDAP.init
+    @ldap = ASF::LDAP.connect
   end
 
   # determine where ldap.conf resides

Reply via email to