Allow conversion of characters in Mac remap range. Part 1
[deliverable/linux.git] / fs / cifs / cifsencrypt.c
index 4934347321d379b61aa170d0f93dd4468c383000..4ac7445e6ec70516848e942f54a6846a8541113b 100644 (file)
@@ -431,7 +431,7 @@ find_domain_name(struct cifs_ses *ses, const struct nls_table *nls_cp)
                                                return -ENOMEM;
                                cifs_from_utf16(ses->domainName,
                                        (__le16 *)blobptr, attrsize, attrsize,
-                                       nls_cp, false);
+                                       nls_cp, NO_MAP_UNI_RSVD);
                                break;
                        }
                }
This page took 0.023839 seconds and 5 git commands to generate.