mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
cifs: remove unneeded bcc_ptr update in CIFSTCon
This pointer isn't used again after this point. It's also not updated in the ascii case, so there's no need to update it here. Pointed-out-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com> Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
313fecfa69
commit
22c9d52bc0
1 changed files with 0 additions and 1 deletions
|
@ -3765,7 +3765,6 @@ CIFSTCon(unsigned int xid, struct cifsSesInfo *ses,
|
|||
cFYI(1, ("nativeFileSystem=%s",
|
||||
tcon->nativeFileSystem));
|
||||
}
|
||||
bcc_ptr += (2 * length) + 2;
|
||||
}
|
||||
/* else do not bother copying these information fields*/
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue