From: opensides Date: Fri, 19 Nov 2010 17:46:24 +0000 (+0000) Subject: - Remove value left in the tie queue before untie Closes #933 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f44d8978a6575500fffe6941b00256ec6006cb1a;p=gosa.git - Remove value left in the tie queue before untie Closes #933 git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20311 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/squid/contrib/goQuota.pl b/gosa-plugins/squid/contrib/goQuota.pl index 2e8ac9a7f..61830d939 100644 --- a/gosa-plugins/squid/contrib/goQuota.pl +++ b/gosa-plugins/squid/contrib/goQuota.pl @@ -289,6 +289,8 @@ warn timestamp, $index - $cache{STRING_NUMBER}, " new lines processed.\n"; $cache{STRING_NUMBER} = $index; $LDAP->unbind; +undef @lines; untie @lines; +undef %cache; untie %cache;