[CIFS] Remove compiler warning

Signed-off-by: Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2006-01-17 19:16:53 -08:00
parent eeac8047fc
commit d41f084a74
1 changed files with 1 additions and 1 deletions

View File

@ -2542,7 +2542,7 @@ CIFSSMBGetCIFSACL(const int xid, struct cifsTconInfo *tcon, __u16 fid,
if (rc) {
cFYI(1, ("Send error in QuerySecDesc = %d", rc));
} else { /* decode response */
struct sec_desc * psec_desc;
struct cifs_sid * psec_desc;
__le32 * parm;
int parm_len;
int data_len;