Code

- Remove value left in the tie queue before untie Closes #933
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Nov 2010 17:46:24 +0000 (17:46 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Nov 2010 17:46:24 +0000 (17:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20311 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/squid/contrib/goQuota.pl

index 2e8ac9a7fbb7336d147e4b95cebc53431ee9a65c..61830d93906aeee5fedce30b2f6d08d15ec05ff2 100644 (file)
@@ -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;