mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-03 22:02:52 -04:00
[BUILD] fix incorrect printf arg count with tcp_splice
remove an extra arg.
This commit is contained in:
parent
404e8ab461
commit
bc69d8bbcf
1 changed files with 1 additions and 1 deletions
|
|
@ -1054,7 +1054,7 @@ int main(int argc, char **argv)
|
|||
" Make sure you have enough permissions and that the module is loadable.\n"
|
||||
" Alternatively, you may disable the 'tcpsplice' options in the configuration\n"
|
||||
" or add 'nosplice' in the global section, or start with '-dS'.\n"
|
||||
"", argv[0], global.gid);
|
||||
"", argv[0]);
|
||||
protocol_unbind_all();
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue