]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 13 Oct 2020 06:49:45 +0000 (08:49 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 21 Oct 2020 19:04:38 +0000 (19:04 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/clidfs.c

index ee5becf76a6c6cd6c5cb752c14dfb7c341bd4fb6..09c9b8958e368688e9ba5032ef00cabfcea61468 100644 (file)
@@ -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;