summaryrefslogtreecommitdiff
path: root/usr/src/common/smbsrv/smb_match.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/smbsrv/smb_match.c')
-rw-r--r--usr/src/common/smbsrv/smb_match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/common/smbsrv/smb_match.c b/usr/src/common/smbsrv/smb_match.c
index e687e3cc9f..b35833ff29 100644
--- a/usr/src/common/smbsrv/smb_match.c
+++ b/usr/src/common/smbsrv/smb_match.c
@@ -142,7 +142,7 @@ smb_match_private(const char *pat, const char *str, struct match_priv *priv)
const char *limit;
char pc; /* current pattern char */
int rc;
- smb_wchar_t wcpat, wcstr; /* current wchar in pat, str */
+ uint32_t wcpat, wcstr; /* current wchar in pat, str */
int nbpat, nbstr; /* multi-byte length of it */
if (priv->depth >= SMB_MATCH_DEPTH_MAX)