libsmb: Use smbXcli_conn_use_unicode instead of smb1 specific test
[obnox/samba/samba-obnox.git] / source3 / libsmb / clidfs.c
index 95f8817a94b70765027f1340f5b0ee45f66aba85..41996feed128148b518014f4e15cc4d229020d6f 100644 (file)
@@ -600,7 +600,7 @@ static bool cli_dfs_check_error(struct cli_state *cli, NTSTATUS expected,
 {
        /* only deal with DS when we negotiated NT_STATUS codes and UNICODE */
 
-       if (!(smb1cli_conn_capabilities(cli->conn) & CAP_UNICODE)) {
+       if (!(smbXcli_conn_use_unicode(cli->conn))) {
                return false;
        }
        if (!(smb1cli_conn_capabilities(cli->conn) & CAP_STATUS32)) {