mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
--- test/bind.rb.orig Wed Dec 20 13:16:25 2006
|
|
+++ test/bind.rb Wed Dec 20 13:17:27 2006
|
|
@@ -28,6 +28,8 @@ begin
|
|
conn.bind
|
|
rescue LDAP::InvalidDataError
|
|
$ok = true
|
|
+rescue LDAP::ResultError
|
|
+ $ok = true
|
|
end
|
|
if( ! $ok )
|
|
raise(RuntimeError, "multiple bind calls")
|