There was a typo in the findserver() log message :
"found" was written "fould".
---
src/proxy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/proxy.c b/src/proxy.c
index 123fd61..84d430a 100644
--- a/src/proxy.c
+++ b/src/proxy.c
@@ -366,7 +366,7 @@ struct server *findserver(const struct proxy *px, const
char *name) {
continue;
}
- Alert("Refusing to use duplicated server '%s' fould in proxy:
%s!\n",
+ Alert("Refusing to use duplicated server '%s' found in proxy:
%s!\n",
name, px->id);
return NULL;
--
1.7.9.1