diff options
Diffstat (limited to 'src/conn-tools/s6-connlimit.c')
-rw-r--r-- | src/conn-tools/s6-connlimit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conn-tools/s6-connlimit.c b/src/conn-tools/s6-connlimit.c index d7d48c9..b34d411 100644 --- a/src/conn-tools/s6-connlimit.c +++ b/src/conn-tools/s6-connlimit.c @@ -33,7 +33,6 @@ int main (int argc, char const *const *argv, char const *const *envp) strerr_dief2x(1, "number of connections from this client limited to ", x) ; } } - pathexec0_run(argv+1, envp) ; (void)argc ; - strerr_dieexec(111, argv[1]) ; + xpathexec0_run(argv+1, envp) ; } |