From 3f78080496cddb11cbe9040efce694e44cfac7fe Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Nov 2016 15:52:37 +0000 Subject: Small sbearssl bugfixes and usability messages --- src/conn-tools/s6-tlsclient.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/conn-tools/s6-tlsclient.c') diff --git a/src/conn-tools/s6-tlsclient.c b/src/conn-tools/s6-tlsclient.c index 1aa66fb..a536171 100644 --- a/src/conn-tools/s6-tlsclient.c +++ b/src/conn-tools/s6-tlsclient.c @@ -176,6 +176,8 @@ int main (int argc, char const *const *argv, char const *const *envp) fmt[pos++] = 0 ; } newargv[m++] = "--" ; + newargv[m++] = *argv++ ; + newargv[m++] = *argv++ ; newargv[m++] = S6_NETWORKING_BINPREFIX "s6-tlsc" ; if (o.flagS) newargv[m++] = "-S" ; if (o.flagy) newargv[m++] = "-y" ; -- cgit v1.2.3