From: Björn Baumbach Date: Tue, 17 Jan 2023 11:28:36 +0000 (+0100) Subject: lib/tsocket: fix a typo in the tsocket guide doc X-Git-Tag: talloc-2.4.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fbadada8c00ff7df311bd7868011f01e797a4e8;p=thirdparty%2Fsamba.git lib/tsocket: fix a typo in the tsocket guide doc Signed-off-by: Björn Baumbach Reviewed-by: Ralph Boehme Autobuild-User(master): Björn Baumbach Autobuild-Date(master): Tue Jan 17 18:23:18 UTC 2023 on sn-devel-184 --- diff --git a/lib/tsocket/tsocket_guide.txt b/lib/tsocket/tsocket_guide.txt index afd0bd37dbc..7c925d4f1db 100644 --- a/lib/tsocket/tsocket_guide.txt +++ b/lib/tsocket/tsocket_guide.txt @@ -216,7 +216,7 @@ state for this function. The tstream_readv_pdu engine will ask the next_vector function for the next iovec vector to be used. There is a tstream_readv_send/recv pair for each vector returned by the next_vector function. If the next_vector function detects -it received a full pdu, it returns an empty vector. The the callback +it received a full pdu, it returns an empty vector. The callback of the tevent_req (returned by tstream_readv_pdu_send()) is triggered. Note: the buffer allocation is completely up to the next_vector function and its private state.