Skip to content
Snippets Groups Projects
Commit a091b31e authored by rswindell's avatar rswindell
Browse files

Fixed gcc warning.

parent f0e4a668
No related branches found
No related tags found
No related merge requests found
......@@ -2567,7 +2567,7 @@ hash_t* SMBCALL smb_hash(ulong msgnum, ulong t, unsigned source, unsigned flags
hash_t* SMBCALL smb_hashstr(ulong msgnum, ulong t, unsigned source, unsigned flags
,const char* str)
{
uchar* p=(uchar*)str;
char* p=(uchar*)str;
hash_t* hash;
if(flags&SMB_HASH_PROC_MASK) { /* string pre-processing */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment