summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-10-13 08:49:45 +0200
committerJeremy Allison <jra@samba.org>2020-10-21 19:04:38 +0000
commitb64949d544ec02ec7de9087c3316476f35b6e30f (patch)
tree442bd87c83ac319268f3dd6c9831b64283cd8229 /source3/libsmb/clidfs.c
parentac20617c87bfa29fb163cc0a434ff82fd1215441 (diff)
downloadsamba-b64949d544ec02ec7de9087c3316476f35b6e30f.tar.gz
libsmb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/libsmb/clidfs.c')
-rw-r--r--source3/libsmb/clidfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c
index ee5becf76a6..09c9b8958e3 100644
--- a/source3/libsmb/clidfs.c
+++ b/source3/libsmb/clidfs.c
@@ -610,7 +610,7 @@ static char *cli_dfs_make_full_path(TALLOC_CTX *ctx,
static bool cli_dfs_check_error(struct cli_state *cli, NTSTATUS expected,
NTSTATUS status)
{
- /* only deal with DS when we negotiated NT_STATUS codes and UNICODE */
+ /* only deal with DFS when we negotiated NT_STATUS codes and UNICODE */
if (!(smbXcli_conn_use_unicode(cli->conn))) {
return false;