diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-10-04 02:59:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-10-04 02:59:30 +0000 |
commit | 3d2723b956c540552df96cee752f2bcc9c83e9a8 (patch) | |
tree | 390580e49b96a503a9bfb76aba166964d2064402 /src | |
parent | e9b3fdb19cb1bcabbd1926ebe05f111cac30e233 (diff) | |
download | s6-networking-3d2723b956c540552df96cee752f2bcc9c83e9a8.tar.xz |
s6-tcpclient noqualifies by default
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/conn-tools/s6-tcpclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-tools/s6-tcpclient.c b/src/conn-tools/s6-tcpclient.c index 1dea006..576d746 100644 --- a/src/conn-tools/s6-tcpclient.c +++ b/src/conn-tools/s6-tcpclient.c @@ -69,7 +69,7 @@ struct tflags_s .remoteinfo = 0, \ .remotehost = 1, \ .hosts = 0, \ - .qualif = 1 \ + .qualif = 0 \ } static tain deadline ; |