forked from pool/FastCGI
switch to https://github.com/FastCGI-Archives/fcgi2 lots of small bugs fixes and incorporation of patches that distros carried in the past - drop patches which are included upstream FastCGI-clientdata_pointer.patch FastCGI-gcc44.patch FastCGI-makefile.am_cppflags.patch FastCGI-supervise_cgi-fcgi.patch fastcgi-2.4.0_missing_call_to_fclose.patch - drop patches obsoleted by changes to the perl building FastCGI-fix_deprecated_api.patch FastCGI-perl514.patch FastCGI-perl526.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=51
13 lines
484 B
Diff
13 lines
484 B
Diff
Index: cgi-fcgi/cgi-fcgi.c
|
|
===================================================================
|
|
--- cgi-fcgi/cgi-fcgi.c.orig 2009-09-17 18:14:16.000000000 +0200
|
|
+++ cgi-fcgi/cgi-fcgi.c 2009-09-17 18:19:16.139029013 +0200
|
|
@@ -651,6 +651,7 @@ static int ParseArgs(int argc, char *arg
|
|
tp1 = tp2;
|
|
}
|
|
}
|
|
+ fclose(fp);
|
|
err = ParseArgs(ac, av, doBindPtr, doStartPtr,
|
|
connectPathPtr, appPathPtr, nServersPtr, doDaemonPtr);
|
|
for(x = 1; x < ac; x++) {
|