- up to 1000 characters per line in config file (was 120),

some typos corrected (by Tero Pelander)
This commit is contained in:
Thomas Ries
2004-10-23 09:05:02 +00:00
parent a8c45f91c1
commit 78ef28f802
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ int read_config(char *name, int search) {
* STS_FAILURE on error
*/
static int parse_config (FILE *configfile) {
char buff[128];
char buff[1024];
char *ptr;
int i;
int k;
+1 -1
View File
@@ -380,7 +380,7 @@ mismatch:
/*
* check if a given request is addressed to local. I.e. it is addressed
* to the porxy itself (IP of my inbound or outbound interface, same port)
* to the proxy itself (IP of my inbound or outbound interface, same port)
*
* RETURNS
* STS_TRUE if the request is addressed local