removed a deprecated placeholder
This commit is contained in:
parent
b01f38d7fd
commit
1ace50e2a8
1 changed files with 1 additions and 4 deletions
|
@ -220,9 +220,6 @@ int parseconfig(char *file)
|
||||||
} else if (!strcmp(key, "PROXYPORT")) {
|
} else if (!strcmp(key, "PROXYPORT")) {
|
||||||
pmo_proxyport = (unsigned short)atoi(ptr);
|
pmo_proxyport = (unsigned short)atoi(ptr);
|
||||||
vprint("config: proxyport: %u\n", pmo_proxyport);
|
vprint("config: proxyport: %u\n", pmo_proxyport);
|
||||||
} else if (!strcmp(key, "INCLUDE")) {
|
|
||||||
/* ORE
|
|
||||||
TBD */
|
|
||||||
} else {
|
} else {
|
||||||
ERR(NL, "config: line %d: syntax error\n", linenum);
|
ERR(NL, "config: line %d: syntax error\n", linenum);
|
||||||
return(1);
|
return(1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue