Missing formal parameter
authorJamie Cameron <jcameron@webmin.com>
Wed, 2 Sep 2009 04:40:41 +0000 (21:40 -0700)
committerJamie Cameron <jcameron@webmin.com>
Wed, 2 Sep 2009 04:40:41 +0000 (21:40 -0700)
web-lib-funcs.pl

index fad7c38..bbecfe0 100755 (executable)
@@ -6185,6 +6185,7 @@ Closes a connection to an HTTP server, identified by the given handle.
 =cut
 sub close_http_connection
 {
+my ($h) = @_;
 close($h->{'fh'});
 }