commit | 2bf6d6291614537530958282da6a7a66c03bf5fe | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue Jun 20 11:20:23 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 20 14:43:28 2017 +0200 |
tree | 48b9ab181051330222511cc209746e5671293d6c | |
parent | 4fc09693d6f466ddf6b0721b20841d056759755a [diff] |
MINOR: mworker: don't copy -x argument anymore in copy_argv() Don't copy the -x argument anymore in copy_argv() since it's already allocated in mworker_reload(). Make the copy_argv() more consistent when used with multiple arguments to strip. It prevents multiple -x on reload, which is not supported.