1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3/libsmb: fix a typo in parameter description

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Björn Baumbach 2023-01-17 12:29:28 +01:00
parent 5a017b113e
commit 1289575af2

View File

@ -2786,7 +2786,7 @@ static void cli_start_connection_done(struct tevent_req *subreq);
establishes a connection to after the negprot.
@param output_cli A fully initialised cli structure, non-null only on success
@param dest_host The netbios name of the remote host
@param dest_ss (optional) The the destination IP, NULL for name based lookup
@param dest_ss (optional) The destination IP, NULL for name based lookup
@param port (optional) The destination port (0 for default)
*/