This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via c03cf9ea9db6ed0d757b44211a6df6116275078c (commit) from e3341bc21612b4036801b32d6679fa3d17ca0d99 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c03cf9ea9db6ed0d757b44211a6df6116275078c Author: Christian Schmidt maniacikarus@ipfire.org Date: Sat Apr 2 14:37:42 2011 +0200
Fixed the last commit. A 0 was missing.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/proxy.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index fc65e7a..a0aa1ac 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -2924,7 +2924,7 @@ sub writepacfile if ( (isPlainHostName(host)) || (dnsDomainIs(host, ".$mainsettings{'DOMAINNAME'}")) || - (isInNet(host, "127.0.0.1", "255.0.0")) || + (isInNet(host, "127.0.0.1", "255.0.0.0")) || (isInNet(host, "10.0.0.0", "255.0.0.0")) || (isInNet(host, "172.16.0.0", "255.240.0.0")) || (isInNet(host, "192.168.0.0", "255.255.0.0")) ||
hooks/post-receive -- IPFire 2.x development tree