- up to 1000 characters per line in config file (was 120),
some typos corrected (by Tero Pelander)
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user