die handler breaks stuff on wheezy
[mirror/userdir-ldap-cgi.git] / machines.cgi
index f01d4e1..98567ec 100755 (executable)
@@ -120,7 +120,7 @@ sub item_uplist($) {
        return $out;
 }
 
-$SIG{__DIE__} = \&DieHandler;
+#$SIG{__DIE__} = \&DieHandler;
 
 my $query = new CGI;
 my $host = lc($query->param('host'));