summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2023-01-17 12:29:28 +0100
committerBjörn Baumbach <bb@sernet.de>2023-01-17 17:21:38 +0000
commit1289575af2c99d8abd5abfd5d1f90d1664d3e7f2 (patch)
tree89b04c1b07c7e1bd7d6a26978d370c54560704e6 /source3
parent5a017b113ed902eb73f2233321d1fbe8d97c10c8 (diff)
downloadsamba-1289575af2c99d8abd5abfd5d1f90d1664d3e7f2.tar.gz
s3/libsmb: fix a typo in parameter description
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/libsmb/cliconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c
index edbd2477f60..b687a22e11c 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
@@ -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)
*/