···3219 }3220 /* else do not bother copying these informational fields */3221 }3222- if(smb_buffer_response->WordCount == 3)003223 tcon->Flags = le16_to_cpu(pSMBr->OptionalSupport);3224 else3225 tcon->Flags = 0;
···3219 }3220 /* else do not bother copying these informational fields */3221 }3222+ if((smb_buffer_response->WordCount == 3) ||3223+ (smb_buffer_response->WordCount == 7))3224+ /* field is in same location */3225 tcon->Flags = le16_to_cpu(pSMBr->OptionalSupport);3226 else3227 tcon->Flags = 0;