fix fclose

This commit is contained in:
Isaac Connor 2016-11-03 11:23:50 -04:00
parent a87f5e1592
commit 9d76c9cf6a
1 changed files with 1 additions and 1 deletions

View File

@ -101,5 +101,5 @@ while( ! feof( $fh ) && $cur < $end && ( connection_status() == 0 ) ) {
usleep(100);
}
fclose();
fclose( $fh );
exit();