X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=blobdiff_plain;f=update.cgi;h=5a59a3436be62c5bf7605b42668c977bab6ca954;hp=f1f82f9e81ae38e8d62fd6bfa6fdd3246fdbb654;hb=315098762d694e291a67049a1f7fe73b929ed64b;hpb=8f5508b9c16b83dd323f0bf8eabdfd67b979eb0e diff --git a/update.cgi b/update.cgi index f1f82f9..5a59a34 100755 --- a/update.cgi +++ b/update.cgi @@ -42,7 +42,7 @@ sub DieHandler { $ldap->unbind if (defined($ldap)); } -$SIG{__DIE__} = \&DieHandler; +#$SIG{__DIE__} = \&DieHandler; $ldap = Net::LDAP->new($config{ldaphost}); &Util::UpgradeConnection($ldap) unless $config{usessl} eq 'False';