]> git.ipfire.org Git - thirdparty/samba.git/commit
async_sock: move samba_socket_{poll,sock,poll_or_sock}_error() from util_net.c to...
authorStefan Metzmacher <metze@samba.org>
Thu, 22 May 2025 08:06:53 +0000 (10:06 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 18 Jun 2025 17:52:37 +0000 (17:52 +0000)
commit69eb53d4cbffc76b9c089ef11840c1008dc96ff3
treec608a0fcccc1c57d8d85fc26c0b41bed7854ce63
parentb9273b3dc60b87aaf9ec1145918a9328bef670bf
async_sock: move samba_socket_{poll,sock,poll_or_sock}_error() from util_net.c to async_sock.c

The change to LGPL is also intended.

It will be used in the the next commit that adds
wait_for_error_send/recv.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/async_req/async_sock.c
lib/async_req/async_sock.h
lib/async_req/wscript_build
lib/tsocket/tsocket_bsd.c
lib/tsocket/wscript
lib/util/util_net.c
lib/util/util_net.h
source3/smbd/smb2_server.c