forked from luck/tmp_suning_uos_patched
cifs: Remove the superfluous break
Remove the superfuous break, as there is a 'return' before it. Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn> Signed-off-by: Yi Wang <wang.yi59@zte.com.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
8e408fc9fd
commit
60e5e4b3bc
|
@ -1705,7 +1705,6 @@ static int select_sec(struct cifs_ses *ses, struct sess_data *sess_data)
|
||||||
#else
|
#else
|
||||||
cifs_dbg(VFS, "Kerberos negotiated but upcall support disabled!\n");
|
cifs_dbg(VFS, "Kerberos negotiated but upcall support disabled!\n");
|
||||||
return -ENOSYS;
|
return -ENOSYS;
|
||||||
break;
|
|
||||||
#endif /* CONFIG_CIFS_UPCALL */
|
#endif /* CONFIG_CIFS_UPCALL */
|
||||||
case RawNTLMSSP:
|
case RawNTLMSSP:
|
||||||
sess_data->func = sess_auth_rawntlmssp_negotiate;
|
sess_data->func = sess_auth_rawntlmssp_negotiate;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user