]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/cifsencrypt.c
[PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driver
[linux-2.6-omap-h63xx.git] / fs / cifs / cifsencrypt.c
index 1959c7c4b185b48793ed81aee9d1cd61b50cc070..fe2bb7c4c9121c4bcc2cfeeb5ca9ec9669bcc944 100644 (file)
@@ -149,7 +149,7 @@ int CalcNTLMv2_partial_mac_key(struct cifsSesInfo * ses, struct nls_table * nls_
        char temp_hash[16];
        struct HMACMD5Context ctx;
        char * ucase_buf;
-       wchar_t * unicode_buf;
+       __le16 * unicode_buf;
        unsigned int i,user_name_len,dom_name_len;
 
        if(ses == NULL)