die handler breaks stuff on wheezy
[mirror/userdir-ldap-cgi.git] / search.cgi
index 5a328c0..2757d2f 100755 (executable)
@@ -30,7 +30,7 @@ sub DieHandler {
   $ldap->unbind if (defined($ldap));
 }
 
-$SIG{__DIE__} = \&DieHandler;
+#$SIG{__DIE__} = \&DieHandler;
 
 if (!$dosearch) {
   # No action yet, send back the search form...