]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-ssl-redirect-fix.patch
- sort BR
[packages/lighttpd.git] / lighttpd-ssl-redirect-fix.patch
1 diff -ur lighttpd-1.3.14-o/src/connections.c lighttpd-1.3.14/src/connections.c
2 --- lighttpd-1.3.14-o/src/connections.c 2005-06-05 02:34:18.000000000 -0600
3 +++ lighttpd-1.3.14/src/connections.c   2005-06-26 16:35:53.000000000 -0600
4 @@ -1151,6 +1151,7 @@
5                         }
6                 }
7  #endif
8 +               con->conf.is_ssl=0;
9                 return con;
10         }
11  }
This page took 0.020739 seconds and 3 git commands to generate.