Merge branch 'master' into storageareas

This commit is contained in:
Isaac Connor
2018-12-20 15:10:52 -05:00
3 changed files with 38 additions and 41 deletions

View File

@@ -258,7 +258,7 @@ sub run {
my $fd = 0;
# THis also closes dbh and CLIENT and SERVER
# This also closes dbh and CLIENT and SERVER
while( $fd < POSIX::sysconf(&POSIX::_SC_OPEN_MAX) ) {
POSIX::close($fd++);
}