mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
libsmb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
ac20617c87
commit
b64949d544
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user