projects
/
haproxy-2.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bcb95d
)
CLEANUP: config: fix misleading information in error message.
author
Willy Tarreau
<w@1wt.eu>
Mon, 4 May 2015 19:46:08 +0000
(21:46 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 4 May 2015 19:46:08 +0000
(21:46 +0200)
The parameter name is "bind-process", not "bind_proc" which is the
internal variable name.
src/cfgparse.c
patch
|
blob
|
history
diff --git
a/src/cfgparse.c
b/src/cfgparse.c
index
8578bc5
..
45c9d6d
100644
(file)
--- a/
src/cfgparse.c
+++ b/
src/cfgparse.c
@@
-7925,7
+7925,7
@@
out_uri_auth_compat:
if (curpeers->peers_fe->bind_proc) {
Alert("Peers section '%s': peers referenced by sections "
"running in different processes. Check global.nbproc"
- " and all tables' bind_proc settings.\n",
+ " and all tables' bind-process settings.\n",
curpeers->id);
cfgerr++;
}