--- loncom/loncron 2010/08/21 22:23:05 1.87 +++ loncom/loncron 2011/04/23 16:18:49 1.88 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.87 2010/08/21 22:23:05 raeburn Exp $ +# $Id: loncron,v 1.88 2011/04/23 16:18:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -823,7 +823,7 @@ sub main () { close($fh); my $execpath = $perlvar{'lonDaemons'}.'/lciptables'; system("$execpath $tmpfile"); - unlink($fh); + unlink($tmpfile); } }