diff options
author | tb <> | 2024-08-05 07:16:30 +0000 |
---|---|---|
committer | tb <> | 2024-08-05 07:16:30 +0000 |
commit | 9d394c7780687b920ba0b1d0c64ec49d7a5a1772 (patch) | |
tree | 9bade2d207dcdff94a2dae29a7c7cbac616d5669 /src/lib/libcrypto/ui/ui_err.c | |
parent | f0d8118e648fa05b333079032ff12334fa5e8194 (diff) | |
download | openbsd-9d394c7780687b920ba0b1d0c64ec49d7a5a1772.tar.gz openbsd-9d394c7780687b920ba0b1d0c64ec49d7a5a1772.tar.bz2 openbsd-9d394c7780687b920ba0b1d0c64ec49d7a5a1772.zip |
Remove bogus connect(s, NULL, 0) call
The only thing it does is error because of a check added in sockargs() in
uipc_syscalls r1.155. As guenther pointed out, this may have been added
because of a misreading of the last sentence of the first paragraph of the
connect(2) manual.
Instead of erroring, this will keep listening if -k is given and otherwise
it will close the socket and exit with success.
ok guenther jeremy
Diffstat (limited to 'src/lib/libcrypto/ui/ui_err.c')
0 files changed, 0 insertions, 0 deletions