mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
263 B
C
11 lines
263 B
C
--- src/env.c.orig 2017-03-05 22:10:09 UTC
|
|
+++ src/env.c
|
|
@@ -2080,7 +2080,7 @@ static void confCGI(Connection *Conn,DYC
|
|
if( *ereq ){
|
|
putenv(ereq);
|
|
}
|
|
- if( 0 <= esock ){
|
|
+ if( esock != NULL ){
|
|
sprintf(esock,"CLSOCK=%d",ClientSock);
|
|
putenv(esock);
|
|
}
|