Title: [897] trunk/jruby-ldap/lib/ldap.rb: Fix for #16007 by Matt Grayson - make subsequent bind attemts work.
Revision
897
Author
olabini
Date
2008-02-12 06:48:22 -0500 (Tue, 12 Feb 2008)

Log Message

Fix for #16007 by Matt Grayson - make subsequent bind attemts work.

Modified Paths


Diff

Modified: trunk/jruby-ldap/lib/ldap.rb (896 => 897)


--- trunk/jruby-ldap/lib/ldap.rb	2008-02-11 13:23:36 UTC (rev 896)
+++ trunk/jruby-ldap/lib/ldap.rb	2008-02-12 11:48:22 UTC (rev 897)
@@ -70,7 +70,7 @@
   end
   
   def self.configuration(attrs = { })
-    @environment.update attrs
+    @environment.merge attrs
   end
 end
 
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to