projects
/
catagits/fcgi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
12737b7
)
Fix another case of defined %hash.
Florian Ragwitz [Tue, 30 Mar 2010 00:03:27 +0000 (
02:03
+0200)]
perl/FCGI.PL
patch
|
blob
|
blame
|
history
diff --git
a/perl/FCGI.PL
b/perl/FCGI.PL
index
a7a4973
..
5c09a08
100644
(file)
--- a/
perl/FCGI.PL
+++ b/
perl/FCGI.PL
@@
-313,7
+313,7
@@
sub accept() {
sub finish() {
warn "finish called as a method; you probably wanted to call Finish" if @_;
- %ENV = %FCGI::ENV if (defined %FCGI::ENV);
+ %ENV = %FCGI::ENV if %FCGI::ENV;
# not SFIO
if (tied (*STDIN)) {